We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 191c064 + 8240ae3 commit d77ae16Copy full SHA for d77ae16
1 file changed
workflow-templates/renovate-approve-merge.yml
@@ -54,6 +54,6 @@ jobs:
54
# Enable GitHub auto merge
55
- name: Auto merge
56
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # 2.0.0
57
- if: startsWith(steps.branchname.outputs.branch, 'renovate/') && (github.event.pull_request.action == 'opened' || github.event.pull_request.action == 'reopened')
+ if: startsWith(steps.branchname.outputs.branch, 'renovate/') && (github.event.action == 'opened' || github.event.action == 'reopened')
58
with:
59
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments