build(deps): bump dependencies/pyenv from b0d6a67
to 6393a4d
#28068
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Automerge | |
"on": | |
pull_request: | |
types: | |
- labeled | |
- unlabeled | |
- synchronize | |
- opened | |
- edited | |
- ready_for_review | |
- reopened | |
- unlocked | |
pull_request_review: | |
types: | |
- submitted | |
check_suite: | |
types: | |
- completed | |
status: {} | |
jobs: | |
Please: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: automerge | |
uses: pascalgn/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
MERGE_REMOVE_LABELS: automerge | |
MERGE_METHOD: squash | |
MERGE_DELETE_BRANCH: true | |
MERGE_RETRY_SLEEP: 60000 | |
MERGE_RETRIES: 6 |