1 parent fda4c77 commit bb5489eCopy full SHA for bb5489e
1 file changed
.github/workflows/add_to_project.yml
@@ -0,0 +1,18 @@
1
+name: Auto assign to Software Task Project
2
+
3
+on:
4
+ issues:
5
+ types: [ opened ]
6
+ pull_request:
7
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