mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
fix: Dependabot autoapprove (#1284)
* Fix automerge action syntax * Fix typo * Fix typo * Add brackets
This commit is contained in:
2
.github/workflows/dependabot-autoapprove.yml
vendored
2
.github/workflows/dependabot-autoapprove.yml
vendored
@@ -5,7 +5,7 @@ permissions:
|
||||
jobs:
|
||||
dependabot:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'aws/configure-aws-credentials'
|
||||
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'aws-actions/configure-aws-credentials' }}
|
||||
steps:
|
||||
- name: Get Metadata
|
||||
id: dependabot-metadata
|
||||
|
||||
Reference in New Issue
Block a user