Skip to content

Commit

Permalink
Merge pull request #106 from KTC-Security-Circle/chore/#102/update-au…
Browse files Browse the repository at this point in the history
…to_merge.yml

Update auto_merge.yml
  • Loading branch information
snow7y authored Nov 5, 2024
2 parents 5434e19 + 1f1b458 commit 9d41b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
run: |
gh pr edit "$PR_URL" --add-label "auto merge"
gh pr merge --auto --merge "$PR_URL"
Expand Down

0 comments on commit 9d41b9c

Please sign in to comment.