Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-close old community metrics issue(s) (Lombiq Technologies: OCORE-175) #16207

Merged
merged 12 commits into from
Jun 6, 2024
Prev Previous commit
Next Next commit
Adding repo reference
Piedone committed May 31, 2024
commit f964be8d512620fbd9890ed5052b29c2eabc1b73
2 changes: 1 addition & 1 deletion .github/workflows/community_metrics.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
- name: Close Previous Issue
shell: pwsh
run: |
$issues = gh issue list --label "community metrics" --state open --json number --jq '.[].number'
$issues = gh issue list --repo '${{ github.action_repository }}' --label 'community metrics' --state open --json number --jq '.[].number'
foreach ($issue in $issues)
{
gh issue close $issue --comment 'Closing this issue as newer community metrics are available.'