Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}