From b4fc90b4ad5addbd54f156c253cb28598631d143 Mon Sep 17 00:00:00 2001 From: Service Account - Terraform Provider DevEx <100357958+hc-github-team-tf-provider-devex@users.noreply.github.com> Date: Fri, 17 May 2024 15:47:45 -0400 Subject: [PATCH] [CI] Update issue comment triage workflow file --- .github/workflows/issue-comment-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-comment-triage.yml b/.github/workflows/issue-comment-triage.yml index 556d36de..0f2af3d0 100644 --- a/.github/workflows/issue-comment-triage.yml +++ b/.github/workflows/issue-comment-triage.yml @@ -13,4 +13,4 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - name: 'Remove stale and waiting-response on comment' - run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response + run: gh issue edit ${{ github.event.issue.html_url }} --remove-label stale,waiting-response