Skip to content

Commit

Permalink
Update stack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smoge authored Mar 22, 2024
1 parent 8bbec81 commit 65c51a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
'Update resolver from ${{steps.bump-deps.outputs.previous-resolver}}
to ${{steps.bump-deps.outputs.new-resolver}}'

- name: Enable auto-merge for Dependabot PRs
if: steps.pr.outputs.pull-request-url
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{steps.pr.outputs.pull-request-url}}
GH_TOKEN: ${{ env.GITHUB_TOKEN }}
# - name: Enable auto-merge for Dependabot PRs
# if: steps.pr.outputs.pull-request-url
# run: gh pr merge --auto --merge "$PR_URL"
# env:
# PR_URL: ${{steps.pr.outputs.pull-request-url}}
# GH_TOKEN: ${{ env.GITHUB_TOKEN }}

0 comments on commit 65c51a4

Please sign in to comment.