Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Jan 15, 2024
1 parent 6768849 commit 9c82704
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,5 @@ jobs:
- name: Automatic Merge
uses: pascalgn/[email protected]
if: github.event.pull_request.title == '[pre-commit.ci] pre-commit autoupdate'
with:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
MERGE_REMOVE_LABELS: "auto-merge"
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "pull-request-title"
MERGE_FORKS: false
MERGE_RETRIES: "6"
MERGE_RETRY_SLEEP: "10000"
MERGE_DELETE_BRANCH: true

0 comments on commit 9c82704

Please sign in to comment.