README still has version 2 in the example code which WILL delete labels by default (#17)
The comment in the readme suggests that `delete` defaults to false, but the version 2.0.0 in the `uses:` string still defaults to true. So copying this example and removing the `delete` option WILL result in potential deletion of labels.
This commit is contained in:
parent
1f8a700551
commit
4766b75aba
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@1.0.0
|
||||
- uses: lannonbr/issue-label-manager-action@2.0.0
|
||||
- uses: lannonbr/issue-label-manager-action@3.0.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue