diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/dependabot-auto.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dependabot-auto.yaml b/.github/workflows/dependabot-auto.yaml index 911b094..d7a7adb 100644 --- a/.github/workflows/dependabot-auto.yaml +++ b/.github/workflows/dependabot-auto.yaml @@ -10,6 +10,7 @@ permissions: jobs: review-dependabot-pr: + name: Review Dependabot PR runs-on: ubuntu-latest if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} steps: |