diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-11-04 13:56:22 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-11-04 13:56:22 -0600 |
commit | 1bb37ad788f908f1e7422991fbc8e88e6e053bc6 (patch) | |
tree | 9f63822726ad8121f7a66de2ad9a1fa1418bebf0 /.github/workflows/dependabot-auto.yaml | |
parent | deno license is wrong, fix that (diff) | |
download | locusts-1bb37ad788f908f1e7422991fbc8e88e6e053bc6.tar locusts-1bb37ad788f908f1e7422991fbc8e88e6e053bc6.tar.gz locusts-1bb37ad788f908f1e7422991fbc8e88e6e053bc6.tar.bz2 locusts-1bb37ad788f908f1e7422991fbc8e88e6e053bc6.tar.lz locusts-1bb37ad788f908f1e7422991fbc8e88e6e053bc6.tar.xz locusts-1bb37ad788f908f1e7422991fbc8e88e6e053bc6.tar.zst locusts-1bb37ad788f908f1e7422991fbc8e88e6e053bc6.zip |
ci: add name
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows/dependabot-auto.yaml')
-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: |