Skip to content

Commit 0fe9077

Browse files
chore: sync workflows
1 parent 3c6cbeb commit 0fe9077

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
PREFIX_FILTER: |
6666
src/
6767
__tests__/
68-
SUFFIX_FILTER: .js
68+
SUFFIX_FILTER: |
69+
.js
70+
.snap
6971
FILES: |
7072
yarn.lock
7173
jest.config.js

.github/workflows/pr_opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: PR Labeler
31-
uses: technote-fork/pr-labeler-action@v3
31+
uses: technote-space/pr-labeler-action@v3
3232
with:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)