We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e677d66 commit b9f47b4Copy full SHA for b9f47b4
.github/workflows/automerge.yml
@@ -16,23 +16,9 @@ jobs:
16
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
17
MERGE_LABELS: "approved,auto merge"
18
MERGE_METHOD: "squash"
19
- MERGE_COMMIT_MESSAGE: "pull-request-title"
+ MERGE_COMMIT_MESSAGE: "automatic"
20
MERGE_FORKS: "false"
21
MERGE_RETRIES: "10"
22
MERGE_RETRY_SLEEP: "20000"
23
MERGE_REQUIRED_APPROVALS: "1"
24
- UPDATE_METHOD: "rebase"
25
-
26
- - name: Add comment
27
- if: ${{ steps.automerge.outputs.mergeResult == 'merged' }}
28
- uses: actions/github-script@v7
29
- with:
30
- github-token: ${{ secrets.GITHUB_TOKEN }}
31
- script: |
32
- const { owner, repo, number: issue_number } = context.issue;
33
- github.rest.issues.createComment({
34
- owner,
35
- repo,
36
- issue_number,
37
- body: "🚀This PR has been automatically merged with squash.🚀"
38
- })
+ UPDATE_METHOD: "rebase"
0 commit comments