From 6c61f43ebc1b7f92c0b332dff8554a190c9756c3 Mon Sep 17 00:00:00 2001 From: tomdewildt <32359630+tomdewildt@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:51:54 +0200 Subject: [PATCH] Replace first-interaction action with custom version --- .github/workflows/triage.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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 }}