Skip to content

Commit 3562830

Browse files
authored
Create labelled_prs.yml
1 parent dda98bd commit 3562830

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/labelled_prs.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add labelled PRs to project
2+
3+
on:
4+
pull_request:
5+
types: [ labeled ]
6+
7+
jobs:
8+
add-to-project:
9+
if: ${{ github.event.label.name == 'dependencies' }}
10+
name: Add to main project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/[email protected]
14+
with:
15+
project-url: https://github.com/orgs/adapt-security/projects/5
16+
github-token: ${{ secrets.PROJECTS_SECRET }}

0 commit comments

Comments
 (0)