From c56a9a6e02b42a03cf5200c827bd22e8f56365ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Fri, 31 May 2024 16:26:19 +0200 Subject: [PATCH] Let's try closing the issue without a comment --- .github/workflows/community_metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community_metrics.yml b/.github/workflows/community_metrics.yml index 0d4e0045065..333e33d00d3 100644 --- a/.github/workflows/community_metrics.yml +++ b/.github/workflows/community_metrics.yml @@ -19,7 +19,7 @@ jobs: $issues = gh issue list --repo '${{ github.repository }}' --label 'community metrics' --state open --json number --jq '.[].number' foreach ($issue in $issues) { - gh issue close $issue --repo '${{ github.repository }}' --comment 'Closing this issue as newer community metrics are available.' + gh issue close $issue --repo '${{ github.repository }}' } env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}