diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-14 07:50:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-14 07:50:16 -0400 |
| commit | 407ab793573ce82c93cfdc86e5a0a7fa804f60f5 (patch) | |
| tree | d2d0300913b516accd72435a55d51fa860aa21fc /.github | |
| parent | a545eb0c1ad5dcbb4e4cf22ce6cf486224c0ba8a (diff) | |
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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/new_contributor_pr.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: | |
