Skip to content

Commit f81a9cd

Browse files
committed
Revert changeset check. Add changeset.
1 parent 01e13f3 commit f81a9cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/silly-emus-open.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
changeset:
5454
runs-on: ubuntu-latest
55-
if: ${{ !(github.event.pull_request.user.login == 'dependabot[bot]' || contains(github.event.pull_request.labels.*.name, 'skip-changeset')) }}
55+
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
5656
steps:
5757
- name: Checkout repository
5858
uses: actions/checkout@v5

0 commit comments

Comments
 (0)