diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 83653db..9a01f46 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -71,14 +71,6 @@ jobs: uses: actions/checkout@v6 - name: Run first interaction - uses: actions/first-interaction@v3 + uses: tomdewildt/first-interaction@v1 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - issue_message: > - Thanks for opening your first issue here! A maintainer will take a - look as soon as possible. In the meantime, double-check that the - issue follows the template, it makes triage much faster. - pr_message: > - Thanks for your first pull request! A maintainer will review it as - soon as possible. Make sure CI is green and the PR description - explains the change and links any related issue. + repo-token: ${{ secrets.GITHUB_TOKEN }}