woocommerce/.github/workflows/triage-label.yml

21 lines
382 B
YAML
Raw Normal View History

name: Add Triage Label
on:
issues:
types: opened
permissions: {}
jobs:
add_label:
runs-on: ubuntu-20.04
permissions:
contents: read
issues: write
steps:
2022-04-21 18:46:30 +00:00
- uses: actions/checkout@v3
- uses: actions-ecosystem/action-add-labels@v1
2022-02-18 20:43:00 +00:00
if: github.event.issue.labels[0] == null
with:
labels: 'status: awaiting triage'