Automatically label and comment to an issue.
See action.yml For comprehensive list of options.
Basic:
name: "Triage Issue"
on:
issues:
types: [opened]
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: Arhia/action-triaging@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Place the config file in .github/triage_bot_config.json
Note: Multiple comments get concatenated into one comment
Example Config: