From e5341cab8ca481893faff3afe3dd6e913d57a63f Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:00:24 -0400 Subject: [PATCH] chore: Avoid updating labels on closed issues [skip ci] (#5434) --- .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: