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:
3
.github/workflows/new_contributor_pr.yml
vendored
3
.github/workflows/new_contributor_pr.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user