Skip to content

Commit d36ca2c

Browse files
committed
[actions]: use issue label on smoke tests
1 parent 28f9a6c commit d36ca2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/smoke-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- run: |
2020
npm link
2121
npm link eslint-plugin-react
22-
- uses: AriPerkkio/eslint-remote-tester-run-action@v3
22+
- uses: AriPerkkio/eslint-remote-tester-run-action@v4
2323
with:
2424
issue-title: 'Results of weekly scheduled smoke test'
25+
issue-label: 'smoke-test'
2526
eslint-remote-tester-config: test/eslint-remote-tester.config.js

0 commit comments

Comments
 (0)