Skip to content

Commit c4cf202

Browse files
committed
ci: auto-add issues and PRs to Cybershuttle project board
1 parent cb84d83 commit c4cf202

File tree

1 file changed

+17
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)