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:
Rolf Kleef 2021-06-07 14:19:45 +02:00 committed by GitHub
commit 4766b75aba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@1.0.0 - 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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with: