remove on issue label added workflow
This commit is contained in:
parent
a44bd31e94
commit
c7291f98fb
1 changed files with 0 additions and 15 deletions
15
.github/workflows/on-issue-labeled.yml
vendored
15
.github/workflows/on-issue-labeled.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue