build: use delete=true for label-creation
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
c6429b679c
commit
cec9ef592b
|
|
@ -14,3 +14,5 @@ jobs:
|
|||
- uses: lannonbr/issue-label-manager-action@3.0.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
delete: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue