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