Skip to content

Commit

Permalink
Add to Motherboard if label has PFM or ICQ (#104)
Browse files Browse the repository at this point in the history
* Add to Motherboard if label has PFM or ICQ

* only labeled issues

---------

Co-authored-by: Justin Tieri <[email protected]>
  • Loading branch information
Reecepbcups and jtieri authored Sep 28, 2023
1 parent 39de938 commit 268c8fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/strangelove-project-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Add IBC-apps GH issues to Strangelove Motherboard github project.
on:
issues:
types:
- opened
- transferred
- reopened
- labeled


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 268c8fa

Please sign in to comment.