callbacks: constrain to input lifetime #209
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: "Bot auto-{approve,merge}" | ||
on: | ||
workflow_dispatch: | ||
pull_request_target: | ||
permissions: | ||
pull-requests: write | ||
contents: write | ||
jobs: | ||
dependabot: | ||
uses: yettoapp/actions/.github/workflows/automerge_dependabot.yml@main | ||
Check failure on line 13 in .github/workflows/automerge.yml GitHub Actions / .github/workflows/automerge.ymlInvalid workflow file
|
||
secrets: inherit | ||
with: | ||
automerge: true |