Skip to content

Commit

Permalink
README still has version 2 in the example code which WILL delete labe…
Browse files Browse the repository at this point in the history
…ls 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.
  • Loading branch information
rolfkleef authored Jun 7, 2021
1 parent 1f8a700 commit 4766b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- 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:
Expand Down

0 comments on commit 4766b75

Please sign in to comment.