Skip to content

Commit

Permalink
Merge pull request #16402 from camunda/backport-16400-to-stable/8.2
Browse files Browse the repository at this point in the history
[Backport stable/8.2] build: allow automerge of release PRs
  • Loading branch information
camundait committed Feb 16, 2024
2 parents 3580107 + d6973a1 commit a6bf0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ jobs:
- uses: actions/checkout@v4
- id: approve-and-merge-backport-renovate
name: Approve and merge backport PR
if: github.actor == 'backport-action' || github.actor == 'renovate[bot]'
run: |
gh pr review ${{ github.event.pull_request.number }} --approve
# Call the API directly to work around https://github.com/cli/cli/issues/8352
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/retry-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This workflow receives a run ID and triggers a retry of its failed jobs.
# This is useful, for example, to retry dependency update PRs automatically in case of network
# errors, flaky tests, etc.
name: Retry Workflow Run

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit a6bf0e8

Please sign in to comment.