Skip to content

Bump hashicorp/azurerm from 3.114.0 to 4.0.1 #5

Bump hashicorp/azurerm from 3.114.0 to 4.0.1

Bump hashicorp/azurerm from 3.114.0 to 4.0.1 #5

name: Auto Merge GitHub Actions
on:
pull_request:
types:
- opened
- synchronize
permissions:
contents: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.head.ref, 'dependabot/github_actions/')
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Auto approve
uses: hmarr/auto-approve-action@v4.0.0
with:
github-token: ${{ secrets.GH_TOKEN }}
- name: Merge pull request
uses: "pascalgn/automerge-action@v0.16.3"
permissions:

Check failure on line 22 in .github/workflows/auto-merge-github-actions.yml

View workflow run for this annotation

GitHub Actions / Auto Merge GitHub Actions

Invalid workflow file

The workflow is not valid. .github/workflows/auto-merge-github-actions.yml (Line: 22, Col: 9): Unexpected value 'permissions'
contents: write
env:
GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"