Skip to content

Commit b14a01e

Browse files
authored
Update submit_scheme_via_issue.yaml
allow for labeling to trigger workflow as well
1 parent da8189d commit b14a01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/submit_scheme_via_issue.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Submit a new scheme via a GitHub issue
22
on:
33
issues:
4-
types: [opened, edited]
4+
types: [opened, edited, labeled]
55

66
jobs:
77
add-to-database:
@@ -39,4 +39,4 @@ jobs:
3939
- Closes #${{ github.event.issue.number }}
4040
branch: add_scheme_issue_${{ github.event.issue.number }}
4141
labels: scheme_submission
42-
draft: false
42+
draft: false

0 commit comments

Comments
 (0)