From 407ab793573ce82c93cfdc86e5a0a7fa804f60f5 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 14 Oct 2025 07:50:16 -0400 Subject: [PATCH] Pinned "New contributor" GitHub action to v1. Later versions misidentify all contributors as new ones if the project does not enable issues. Follow-up to b7507bad7730e5f6558cfcce29976f65890083ca. --- .github/workflows/new_contributor_pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index 163348595d..fd09c27f5f 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -12,7 +12,8 @@ jobs: name: Hello new contributor runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v3 + # Pin to v1: https://github.com/actions/first-interaction/issues/369 + - uses: actions/first-interaction@v1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} issue_message: |