We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0da5e commit 3a4c852Copy full SHA for 3a4c852
.github/workflows/ci.yaml
@@ -63,7 +63,8 @@ jobs:
63
MERGE_LABELS: ''
64
MERGE_REQUIRED_APPROVALS: 0
65
MERGE_METHOD: squash
66
- MERGE_COMMIT_MESSAGE: "pull-request-description"
+ MERGE_COMMIT_MESSAGE: "pull-request-title"
67
MERGE_ERROR_FAIL: true
68
MERGE_DELETE_BRANCH: true
69
- MERGE_FORKS: false
+ MERGE_FORKS: false
70
+ UPDATE_METHOD: rebase
0 commit comments