Skip to content

Commit

Permalink
Auto-merge on minor releases
Browse files Browse the repository at this point in the history
Issue gh-11
  • Loading branch information
sjohnr committed Jan 31, 2025
1 parent 01aaf34 commit efc55f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' }}
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor' }}
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit efc55f0

Please sign in to comment.