Skip to content

ci: grant assignee workflow the token scopes it needs #91

ci: grant assignee workflow the token scopes it needs

ci: grant assignee workflow the token scopes it needs #91

Workflow file for this run

---
name: Auto merge
on:
pull_request:
permissions:
contents: write
checks: read
pull-requests: write
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/pr-auto-merge.yml@v2
with:
azure_cloud: true
tfchecks_azure: '["tf-lint / tflint"]'
secrets:
GITHUB: ${{ secrets.GITHUB }}
...