We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55270e5 commit c74fda0Copy full SHA for c74fda0
.github/workflows/changesets-renovate.yaml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
changesets-renovate:
13
- if: ${{ github.actor == 'renovate[bot]' && startsWith(github.ref_name, 'renovate/') }}
+ if: ${{ github.actor == 'renovate' && startsWith(github.ref_name, 'renovate/') }}
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
0 commit comments