.github/workflows/dependabot-approve-and-auto-merge.yml
Expected an indentation at 8 instead of at 6. Open
Open
- name: Enable auto-merge for Dependabot PRs
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
dependabot:
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
github-token: "${{ secrets.GH_ACTIONS_PR_WRITE }}"
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
- name: Approve a PR
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# Finally, this sets the PR to allow auto-merging for patch and minor
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
pull-requests: write
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
- name: Dependabot metadata
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# will not occur.
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
PR_URL: ${{ github.event.pull_request.html_url }}
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_PR_WRITE }}
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# updates if all checks pass
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_PR_WRITE }}
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# This first step will fail if there's no metadata and so the approval
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# Here the PR gets approved.
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
contents: write
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
PR_URL: ${{ github.event.pull_request.html_url }}
- Exclude checks