Skip to content

Commit 45cd13c

Browse files
committed
dev: auto-add issues to project board
With this we can slowly transition away from the unhelpful deluge of Github labels. Ref: https://github.com/orgs/doomemacs/projects/2/views/1
1 parent 2d031f7 commit 45cd13c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/add-to-project.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Add issues to project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@main
14+
with:
15+
project-url: https://github.com/orgs/doomemacs/projects/2
16+
github-token: ${{ github.token }}
17+
labeled: needs-triage

0 commit comments

Comments
 (0)