Browse Source

Update automerge.yml

Shane Mc Cormack 2 years ago
parent
commit
a65579ee42
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/automerge.yml

+ 1 - 0
.github/workflows/automerge.yml

@@ -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: