Skip to content

Commit 4405e9a

Browse files
committed
ci: auto-add issues and items to github project
1 parent e838365 commit 4405e9a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Auto Add Issues and Pull Requests to Project
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
issues:
8+
types:
9+
- opened
10+
11+
jobs:
12+
# https://github.com/actions/add-to-project
13+
add-to-project:
14+
name: Add issue and bugs to project
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/add-to-project@v0.5.0
18+
with:
19+
project-url: https://github.com/orgs/overhangio/projects/4
20+
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)