Skip to content

Commit fd6c7be

Browse files
authored
Merge branch 'live' into gradient-labels
2 parents be1ad14 + eac54e2 commit fd6c7be

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: Adds new Issues automatically to the dGC Project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
pull_request:
8+
types:
9+
- opened
10+
11+
jobs:
12+
add-to-project:
13+
name: Add issue or PR to project automatically
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/[email protected]
17+
with:
18+
project-url: https://github.com/orgs/rcpch/projects/5 #dGC Project
19+
github-token: ${{ secrets.AUTO_ADD_TO_PROJECT_TOKEN }}
20+

0 commit comments

Comments
 (0)