Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a92187

Browse files
committed
Add issue/PR to the aicers project board
Close #212
1 parent a36d456 commit 7a92187

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Add newly opened issues/PRs to the aicers project board
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
pull_request_target:
8+
types:
9+
- opened
10+
11+
jobs:
12+
add-to-project:
13+
name: Add issue/PR to the aicers project board
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/[email protected]
17+
with:
18+
project-url: https://github.com/orgs/aicers/projects/4
19+
github-token: ${{ secrets.PROJECT_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)