1
0
mirror of https://github.com/django/django.git synced 2025-10-27 15:46:10 +00:00

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 b7507bad77.
This commit is contained in:
Jacob Walls
2025-10-14 07:50:16 -04:00
committed by GitHub
parent a545eb0c1a
commit 407ab79357

View File

@@ -12,7 +12,8 @@ jobs:
name: Hello new contributor name: Hello new contributor
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/first-interaction@v3 # Pin to v1: https://github.com/actions/first-interaction/issues/369
- uses: actions/first-interaction@v1
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: | issue_message: |