Skip to content

Commit c9e11c5

Browse files
authored
Merge pull request #50 from UMSATS/ci/add-to-project-workflow
CI: Auto Assign Issues & PRs to Project
2 parents ea82312 + 0e6fcb6 commit c9e11c5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Auto assign to Software Task Project
2+
3+
on:
4+
issues:
5+
types: [ opened ]
6+
pull_request:
7+
types: [ opened ]
8+
9+
jobs:
10+
assign_to_project:
11+
name: Add issues and PRs to Project
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Assign to Project
15+
uses: actions/add-to-project@v1.0.2
16+
with:
17+
project-url: https://github.com/orgs/UMSATS/projects/12
18+
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)