diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-14 07:50:16 -0400 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-10-29 17:07:29 -0300 |
| commit | e87de45bc1df0c781ffcfd9fc0ae954c27978ad7 (patch) | |
| tree | 8ebb41680e1dc7833da2ccbe9dcdfe164e50dbad /.github | |
| parent | b36029b6eabcdf763b21f6a2ccc71eacd2fdc25e (diff) | |
[6.0.x] 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.
Backport of 407ab793573ce82c93cfdc86e5a0a7fa804f60f5 from main.
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: | |
