From 4766b75abab314a7c9de12dba95b407a92187782 Mon Sep 17 00:00:00 2001 From: Rolf Kleef Date: Mon, 7 Jun 2021 14:19:45 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 550040d..9c1dec5 100644 --- a/README.md +++ b/README.md @@ -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: