Skip to content

Commit

Permalink
Let's try closing the issue without a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed May 31, 2024
1 parent 68ed29b commit c56a9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/community_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c56a9a6

Please sign in to comment.