Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/approve-dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 26, 2024
1 parent 31f3114 commit 06cba5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/approve-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
github-token: ${{secrets.SOURCE_PUSH_TOKEN}}
merge-method: "MERGE"

auto_approve_gitub_actions:
auto-approve-dependabot-gitub-actions:
if: |-
vars.DEPENDABOT_AUTOMERGE == 'true' &&
startsWith(github.head_ref, 'dependabot/github_actions/')
Expand All @@ -93,10 +93,10 @@ jobs:
with:
github-token: ${{secrets.SOURCE_PUSH_TOKEN}}

auto_approve_gitub_npm:
auto-approve-dependabot-npm:
if: |-
vars.DEPENDABOT_AUTOMERGE == 'true' &&
startsWith(github.head_ref, 'dependabot/github_actions/')
startsWith(github.head_ref, 'dependabot/npm_and_yarn/')
runs-on: [self-hosted, linux]

permissions:
Expand Down

0 comments on commit 06cba5f

Please sign in to comment.