trl-4-dnd / .github /workflows /issue_auto_labeller.yml
vishaljoshi24's picture
Initial Commit
a080fe0
raw
history blame contribute delete
306 Bytes
name: "Hugging Face Issue Labeler"
on:
issues:
types: opened
jobs:
triage:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@v3
- uses: August-murr/auto-labeler@main
with:
hf-api-key: ${{ secrets.CI_HF_API_TOKEN }}