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.
2 parents 6ea4b56 + c07ed49 commit 81a307dCopy full SHA for 81a307d
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Require Changeset
45
if: ${{ !(github.event_name == 'merge_group') }}
46
- run: if [ "${{ github.event.pull_request.user.login }}" = "clerk-cookie" ]; then echo 'Skipping' && exit 0; else npx changeset status --since=origin/main; fi
+ run: if [[ "${{ github.event.pull_request.user.login }}" = "clerk-cookie" || "${{ github.event.pull_request.user.login }}" = "renovate[bot]" ]]; then echo 'Skipping' && exit 0; else npx changeset status --since=origin/main; fi
47
48
- name: Lint GitHub Actions Workflows
49
run: npx eslint .github
0 commit comments