Skip to content

Commit a7f30b3

Browse files
authored
chore: add auto-project workflow (#41)
1 parent 747f176 commit a7f30b3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/auto-project.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Auto Add to Project
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request:
7+
types: [opened]
8+
9+
jobs:
10+
add-to-project:
11+
uses: RequestNetwork/.github/.github/workflows/add-to-project.yml@main
12+
secrets:
13+
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)