All new opened issues automatically get marked as "untriaged", so a maintainer can go through them properly.
14 lines
221 B
YAML
14 lines
221 B
YAML
name: "Labels: Untriaged"
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
add_label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions-ecosystem/action-add-labels@v1
|
|
with:
|
|
labels: "Status: Untriaged"
|