mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
17 lines
370 B
YAML
17 lines
370 B
YAML
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
|
|
jobs:
|
|
label_issue:
|
|
if: ${{ github.repository_owner == 'rustic-rs' }}
|
|
name: Label issue
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
ISSUE_URL: ${{ github.event.issue.html_url }}
|
|
run: |
|
|
gh issue edit $ISSUE_URL --add-label "S-triage"
|