dev(ci): replace add-to-project workflow

Ref: doomemacs/ci@f2a2ad43f1
This commit is contained in:
Henrik Lissner 2023-08-22 02:35:09 +02:00 committed by Yann Esposito (Yogsototh)
parent e7b73378cd
commit 08297ab5ac
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 1 additions and 8 deletions

View file

@ -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:

View file

@ -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