Skip to content

Commit

Permalink
Merge pull request solidusio#6016 from solidusio/fix-backport-workflow
Browse files Browse the repository at this point in the history
Fix backporting of PRs with backport label first
  • Loading branch information
tvdeyen authored Dec 6, 2024
2 parents b8cbea2 + 9baceeb commit 381bc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
github.event.pull_request.merged == true
&& contains(
join(github.event.pull_request.labels.*.name, '---'),
'---backport'
'backport'
)
&& (
(github.event.action == 'labeled' && startsWith(github.event.label.name, 'backport')) ||
Expand Down

0 comments on commit 381bc87

Please sign in to comment.