Skip to content

Commit

Permalink
ci: allow all updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa authored Oct 9, 2023
1 parent 0bac138 commit 1c6bd4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- id: merge
name: Merge PR
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
run: gh pr merge ${{ github.event.pull_request.number }} --merge
env:
GITHUB_TOKEN: "${{secrets.AUTO_MERGE_GITHUB_TOKEN}}"

0 comments on commit 1c6bd4a

Please sign in to comment.