Fix/31/replace the use of grace for tableflip #115
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: Dependabot auto-approve | |
on: pull_request | |
permissions: | |
# Mandatory for both the auto-merge enabling and approval steps | |
pull-requests: write | |
# Mandatory for the auto-merge enabling step | |
contents: write | |
jobs: | |
dependabot: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Automatically merge Dependabot PRs | |
uses: scalingo/ghaction-dependabot-automerge@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |