Skip to content

Commit

Permalink
ci: PR merge-dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Mar 12, 2024
1 parent bde6151 commit ccb0985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ jobs:

merge-dependabot:
needs: [meta, ok]
if: needs.meta.outputs.any_changed == 'true' && needs.meta.outputs.is_dependabot == 'true'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: 'Merge PR #${{ github.event.pull_request.number }}'
if: needs.meta.outputs.is_dependabot == 'true'
run: gh pr merge '${{ github.event.pull_request.number }}' --auto --squash
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit ccb0985

Please sign in to comment.