Skip to content

Commit

Permalink
fix: don't trigger changeset checks for bot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
agierlicki committed Jan 22, 2025
1 parent 2e201b7 commit 12fff00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template_changeset_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: workflow_call
jobs:
changeset-check:
name: changeset-check
if: (!contains(github.event.pull_request.user.login , '[bot]'))
runs-on: ubuntu-24.04
steps:
- name: Checkout code
Expand Down

0 comments on commit 12fff00

Please sign in to comment.