We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f733abd commit d16e538Copy full SHA for d16e538
1 file changed
.github/workflows/mosuite-techdev-project.yml
@@ -0,0 +1,26 @@
1
+name: Add issues/PRs to the TechDev project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ pull_request:
8
9
10
11
+permissions: read-all
12
13
+jobs:
14
+ add-to-project:
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - name: add to TechDev project
18
+ uses: actions/add-to-project@v1.0.2
19
+ with:
20
+ project-url: https://github.com/orgs/CCBR/projects/17
21
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
22
+ - name: add to MOSuite project
23
24
25
+ project-url: https://github.com/orgs/CCBR/projects/32
26
0 commit comments