Skip to content

Commit 5dbe1e3

Browse files
authored
Update bug-tracker.yml (#19)
Signed-off-by: Jory Burson <[email protected]>
1 parent 3bcd8e4 commit 5dbe1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bug-tracker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug tracker
33
on:
44
workflow_dispatch:
55
issues:
6-
types: [opened, labeled]
6+
types: labeled
77

88
jobs:
99
get-org-repos:
@@ -20,7 +20,7 @@ jobs:
2020
needs:
2121
- get-org-repos
2222
runs-on: ubuntu-latest
23-
if: github.event_name == 'issues' && (github.event.label.name == 'bug' || contains(github.event.issue.labels.*.name, 'bug'))
23+
if: github.event.action == 'labeled' && github.event.label.name == 'bug'
2424
steps:
2525
- name: Add issue to project
2626
uses: actions/add-to-project@v1

0 commit comments

Comments
 (0)