Skip to content

Commit

Permalink
Create labelled_prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylortom authored Dec 12, 2024
1 parent fa9e524 commit ebc2d24
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/labelled_prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add labelled PRs to project

on:
pull_request:
types: [ labeled ]

jobs:
add-to-project:
if: ${{ github.event.label.name == 'dependencies' }}
name: Add to main project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/adapt-security/projects/5
github-token: ${{ secrets.PROJECTS_SECRET }}

0 comments on commit ebc2d24

Please sign in to comment.