Label sync: don't delete existing labels not found in manifest
This commit is contained in:
parent
5413d636ce
commit
c979b72cf3
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
|
@ -11,5 +11,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: micnncim/action-label-syncer@v1
|
||||
with:
|
||||
prune: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue