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 c3547dd commit 8305ba3Copy full SHA for 8305ba3
.github/workflows/automerge.yml
@@ -43,11 +43,8 @@ jobs:
43
runs-on: ubuntu-latest
44
steps:
45
- name: automerge
46
- run: |
47
- gh pr edit "${PR_NUMBER}" --title "ci: ${PR_TITLE}"
48
- gh pr merge "${PR_NUMBER}" --auto --squash
+ run: gh pr merge "${PR_NUMBER}" --auto --squash
49
env:
50
GH_REPO: ${{ github.repository }}
51
GH_TOKEN: ${{ github.token }}
52
PR_NUMBER: ${{ github.event.pull_request.number }}
53
- PR_TITLE: ${{ github.event.pull_request.title }}
.pre-commit-config.yaml
@@ -98,3 +98,6 @@ repos:
98
rev: v0.16.0
99
hooks:
100
- id: yamlfmt
101
+
102
+ci:
103
+ autoupdate_commit_msg: "ci: pre-commit autoupdate"
0 commit comments