mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-05 04:25:39 -05:00
Add missing repo flag to close-issues (#54571)
This commit is contained in:
2
.github/workflows/close-issues.yml
vendored
2
.github/workflows/close-issues.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
echo "Closing issues marked as '$1'."
|
||||
for issue in $(gh issue list --label "$1" --repo ${{ github.repository }} --state open --search "updated:<$DATE" --json number --jq '.[].number'); do
|
||||
echo "Closing https://github.com/${{ github.repository }}/issues/$issue"
|
||||
gh issue close $issue --reason "not planned" --comment "This issue has been marked as '$1' and has seen no recent activity. It has been automatically closed for house-keeping purposes."
|
||||
gh issue close $issue --repo ${{ github.repository }} --reason "not planned" --comment "This issue has been marked as '$1' and has seen no recent activity. It has been automatically closed for house-keeping purposes."
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user