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 ac17346 commit f79ed65Copy full SHA for f79ed65
.github/workflows/ci.yml
@@ -74,14 +74,10 @@ jobs:
74
with:
75
app_id: 111016
76
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
77
- - name: labeler
78
- uses: actions/labeler@v3
79
- with:
80
- repo-token: "${{ steps.generate_token.outputs.token }}"
81
- name: automerge
82
uses: pascalgn/[email protected]
83
env:
84
GITHUB_TOKEN: "${{ steps.generate_token.outputs.token }}"
85
- MERGE_LABELS: "automerge"
+ MERGE_LABELS: ""
86
MERGE_METHOD: "rebase"
87
MERGE_FILTER_AUTHOR: "j5ik2o-bot[bot]"
0 commit comments