Skip to content

Commit bb5489e

Browse files
committed
ci: add add-to-project action
1 parent fda4c77 commit bb5489e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

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)