Skip to content

Commit

Permalink
[actions]: use issue label on smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Oct 8, 2023
1 parent 28f9a6c commit d36ca2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/smoke-test.yml
Expand Up @@ -19,7 +19,8 @@ jobs:
- run: |
npm link
npm link eslint-plugin-react
- uses: AriPerkkio/eslint-remote-tester-run-action@v3
- uses: AriPerkkio/eslint-remote-tester-run-action@v4
with:
issue-title: 'Results of weekly scheduled smoke test'
issue-label: 'smoke-test'
eslint-remote-tester-config: test/eslint-remote-tester.config.js

0 comments on commit d36ca2c

Please sign in to comment.