From d36ca2c33e4ba0bcbc3a1b5fa2e44390acbdf97b Mon Sep 17 00:00:00 2001 From: AriPerkkio Date: Sun, 8 Oct 2023 10:53:37 +0300 Subject: [PATCH] [actions]: use issue label on smoke tests --- .github/workflows/smoke-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 6b7301270c..5c5d99b338 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -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