Skip to content

Commit 68963b2

Browse files
authored
Merge pull request #18 from processing/workflow-update
2 parents 92d3687 + ffa0d0f commit 68963b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue_to_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
- opened
66
- edited
77
- reopened
8+
if: contains(github.event.issue.labels.*.name, 'new-contribution')
89
permissions:
910
contents: write
1011
issues: write
1112
pull-requests: write
1213

1314
jobs:
1415
validate:
15-
if: contains(github.event.issue.labels.*.name, 'new-contribution')
1616
runs-on: ubuntu-latest
1717
outputs:
1818
props: ${{ steps.parseProps.outputs.props }}

0 commit comments

Comments
 (0)