Skip to content

Commit

Permalink
Add to Motherboard if label has PFM or ICQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Sep 26, 2023
1 parent 5bb6779 commit c467631
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/strangelove-project-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ on:
- opened
- transferred
- reopened
label:
types:
- created
- deleted
- edited


jobs:
add-to-project:
if: ${{ github.event.label.name == 'packet-forward-middleware' }} || ${{ github.event.label.name == 'async-icq' }}
name: Add issue to project
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c467631

Please sign in to comment.