From 86947602323d0c475452296f10c2672462b858cc Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:25:38 -0400 Subject: [PATCH] chore: Avoid updating labels on closed issues [skip ci] --- .github/workflows/issue_comment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 822ff84a1cc..2670f9d622c 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -21,6 +21,7 @@ jobs: adjust-labels: runs-on: ubuntu-latest + if: ${{ github.event.issue.state == 'open' }} permissions: issues: write env: