Skip to content

Commit 7b24bc4

Browse files
authored
fix(backport): remove pr title check (#14)
## Description *Please include a summary of the changes and the related issue.* Closes #... ## What type of PR is this? (check all applicable) - [ ] Bug Fix - [ ] Feature - [ ] Refactor - [ ] Deprecation - [ ] Breaking Change - [ ] Documentation Update - [ ] CI ## Checklist - [ ] I have made corresponding changes to the documentation (`docs/`) - [ ] I have made corresponding changes to the changelog (`CHANGELOG.md`)
1 parent d3356f3 commit 7b24bc4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/backport.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ jobs:
1717
if: >
1818
(
1919
github.event.action == 'closed' &&
20-
github.event.pull_request.merged &&
21-
(
22-
startsWith(github.event.pull_request.title, 'fix:') ||
23-
startsWith(github.event.pull_request.title, 'chore:')
24-
)
20+
github.event.pull_request.merged
2521
) ||
2622
(
2723
github.event.action == 'labeled'

0 commit comments

Comments
 (0)