From d94fce553b5c840138d9afa413cc7021aa1c7934 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 22 Aug 2023 02:35:09 +0200 Subject: [PATCH] dev(ci): replace add-to-project workflow Ref: doomemacs/ci@f2a2ad43f1f9 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/workflows/add-to-project.yml | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f31efa7e5..1fb244256 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,6 +2,7 @@ name: 📝 Bug Report description: Report something that isn't working as intended labels: ["is:bug", "needs-triage"] +projects: ["doomemacs/2"] body: - type: markdown attributes: diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index f838bf64e..000000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Add issues to project -on: - issues: - types: [opened] -jobs: - add-to-project: - uses: doomemacs/ci/.github/workflows/add-to-project.yml@legacy - secrets: inherit