Skip to content

Commit 43872f4

Browse files
committed
Add .github/workflows/add-to-project.yml
1 parent 555ac14 commit 43872f4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/add-to-project.yml

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

0 commit comments

Comments
 (0)