From 7e528e30f99c16b4e252f7f87b0bc3722f7622be Mon Sep 17 00:00:00 2001 From: Ardalan Amini Date: Thu, 8 Feb 2024 19:00:03 +0330 Subject: [PATCH] ci: add `mention-new-contributors` input in test workflow Signed-off-by: Ardalan Amini --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed46c33..7b612cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,6 +51,7 @@ jobs: uses: ./ with: semver: ${{ startsWith(github.ref, 'refs/tags/') }} + mention-new-contributors: ${{ github.ref_protected }} test-with-inputs: # make sure the action works on a clean machine without building name : Test with inputs