Skip to content

Commit 81a307d

Browse files
authored
Merge branch 'main' into renovate/shared-prod-minor
2 parents 6ea4b56 + c07ed49 commit 81a307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Require Changeset
4545
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
46+
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
4747

4848
- name: Lint GitHub Actions Workflows
4949
run: npx eslint .github

0 commit comments

Comments
 (0)