Skip to content

Commit 930ab50

Browse files
authored
Merge pull request #21 from j4rviscmd/add-workflow-to-project
Add GitHub Actions workflow to auto-add issues to project
2 parents 7481802 + 95b7ce3 commit 930ab50

File tree

1 file changed

+12
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)