Skip to content

Commit

Permalink
fix(pull-request-checks-workflow): update changeset status reference
Browse files Browse the repository at this point in the history
This commit updates the changeset status command in the pull request
checks workflow. The reference for the changeset status command has been
 changed from 'main' to 'origin/main'. This makes it more explicit and
 might address potential issues where the checker failed due to
 incorrect branch reference.

Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni committed Apr 4, 2024
1 parent f055943 commit 8b500cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-checks-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
.
- name: 🦋 Require changesets
run: pnpm exec changeset status --since=main
run: pnpm exec changeset status --since=origin/main

0 comments on commit 8b500cc

Please sign in to comment.