Bump dive
image version to 0.12
, fix --ci-config
and other issues
#5298
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: {} | |
permissions: | |
contents: read | |
jobs: | |
automerge: | |
permissions: | |
# for pascalgn/automerge-action to be able to merge PRs | |
contents: write | |
# for pascalgn/automerge-action. TODO: Not sure why it's needed. | |
# It's comes from GHA README. | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: automerge | |
uses: pascalgn/automerge-action@7961b8b5eec56cc088c140b56d864285eabd3f67 # v0.16.4 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
MERGE_LABELS: auto-update |