Skip to content

Commit 24813e8

Browse files
ci: auto-add issues to GitHub Project (#319)
* chore: add workflow to auto-add issues to GitHub Project * chore: retrigger CI with corrected PR body
1 parent 9d524ba commit 24813e8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Add to project
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
add-to-project:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/add-to-project@v1
12+
with:
13+
project-url: https://github.com/users/wphillipmoore/projects/3
14+
github-token: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)