From 396e24514fd2318398b074bd69051260763ace07 Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:58:04 +0100 Subject: [PATCH] add skip-label option to release-commenter action Overrides default of "dependencies" which I don't want. --- .github/workflows/comment-released-prs-and-issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/comment-released-prs-and-issues.yml b/.github/workflows/comment-released-prs-and-issues.yml index d6b6535a..b0ef91d5 100644 --- a/.github/workflows/comment-released-prs-and-issues.yml +++ b/.github/workflows/comment-released-prs-and-issues.yml @@ -15,3 +15,4 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} comment-template: This was addressed in release {release_link}. + skip-label: skip-release-comment