Skip to content

Commit

Permalink
Update automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneMcC committed Aug 9, 2023
1 parent 8bf4548 commit 564368d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Enable auto-merge for Dependabot patch or minor version bumps
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
run: |
gh label create AutoMerged -c '#B60205' -d 'PR was automatically merged by an action.' 2>/dev/null
gh pr edit --add-label "AutoMerged" "$PR_URL"
gh pr merge --auto --rebase "$PR_URL"
env:
Expand Down

0 comments on commit 564368d

Please sign in to comment.