Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dependabot-approve.yml « workflows « .github - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a7627500dbd97e9ab57f668e73871e23af22e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
name: Dependabot auto approve
on: pull_request_target

jobs:
  auto-approve:
    runs-on: ubuntu-latest
    if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
    steps:
      - uses: hmarr/auto-approve-action@v2
        with:
          github-token: "${{ secrets.GITHUB_TOKEN }}"