Skip to content

Commit

Permalink
Update github actions to add new issues to project board (#3818)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiehuff authored Nov 30, 2023
1 parent 26588f2 commit 2530511
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Add relevant issues to extensions project board
name: Add new issues to project board

on:
issues:
types:
- labeled
- opened

jobs:
add-to-extensions:
if: github.event.label.name == 'extension'
name: Add issue to extensions board
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2530511

Please sign in to comment.