We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f56c7a commit e8635d1Copy full SHA for e8635d1
.github/workflows/labelled_prs.yml
.github/workflows/new.yml
@@ -1,19 +1,15 @@
1
-name: Add to main project
+# Calls the org-level reusable workflow to add PRs to the TODO Board
2
+
3
+name: Add PR to Project
4
5
on:
- issues:
- types:
6
- - opened
7
pull_request:
8
types:
9
- opened
+ - reopened
10
11
jobs:
12
add-to-project:
13
- name: Add to main project
14
- runs-on: ubuntu-latest
15
- steps:
16
- - uses: actions/[email protected]
17
- with:
18
- project-url: https://github.com/orgs/adapt-security/projects/5
19
- github-token: ${{ secrets.PROJECTS_SECRET }}
+ uses: adapt-security/.github/.github/workflows/new.yml@main
+ secrets:
+ PROJECTS_SECRET: ${{ secrets.PROJECTS_SECRET }}
0 commit comments