Skip to content

Commit

Permalink
💬 - Files Synced | Runner ID : 117 | ⚡ Triggered By fuelviews/github-…
Browse files Browse the repository at this point in the history
…workflow-sync
  • Loading branch information
Workflow Sync Bot committed Nov 10, 2024
1 parent 3aeafff commit 00f683f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Debug metadata output
run: echo "Update type ${{ steps.metadata.outputs.update-type }}"

- name: Auto-merge Dependabot PRs for semver-minor updates
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' }}
run: gh pr merge --auto --squash "$PR_URL"
Expand Down

0 comments on commit 00f683f

Please sign in to comment.