LLaMA-Factory / .github /workflows /label_issue.yml
Justinrune's picture
Upload folder using huggingface_hub
2852136 verified
raw
history blame contribute delete
No virus
309 Bytes
name: label_issue
on:
issues:
types:
- opened
jobs:
label_issue:
runs-on: ubuntu-latest
steps:
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-label "pending"