Skip to content

Commit 0d7d763

Browse files
Create whlnext_project_management.yml
1 parent 466977d commit 0d7d763

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Adds all issues that include the 'tracked' label to WheelNext project board
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- reopened
8+
- transferred
9+
- labeled
10+
11+
pull_request_target:
12+
types:
13+
- opened
14+
- reopened
15+
- labeled
16+
17+
jobs:
18+
add-to-project:
19+
name: Add issue to WheelNext Project Board
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/add-to-project@v1.0.2
23+
with:
24+
project-url: https://github.com/orgs/wheelnext/projects/4
25+
github-token: ${{ secrets.CI_TOKEN }}
26+
labeled: tracked

0 commit comments

Comments
 (0)