remove on issue label added workflow

This commit is contained in:
Joey Orlando 2023-06-15 15:28:18 +02:00
parent a44bd31e94
commit c7291f98fb
No known key found for this signature in database
GPG key ID: 469E88366B17F644

View file

@ -1,15 +0,0 @@
# The no-labels label is used by actions/stale to auto-close issues
# see triage-unlabeled-issues.yml for more context
name: "Remove no-labels label if present"
on:
issues:
types: [labeled]
jobs:
remove-no-labels-label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: no-labels