Skip to content

Commit 2657f7e

Browse files
authored
feat: auto add to project (#11)
1 parent 4549658 commit 2657f7e

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+
issues:
5+
types:
6+
- opened
7+
pull_request_target:
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@v1.0.2
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)