Skip to content

Commit 27d1ac3

Browse files
authored
Merge pull request #8463 from microsoft/main
Merge for 1.8.0-insiders
2 parents 999f28b + 7403096 commit 27d1ac3

File tree

147 files changed

+3621
-1298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+3621
-1298
lines changed

.github/actions/StaleCloser/StaleCloser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/StaleCloser/StaleCloser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class StaleCloser extends ActionBase {
9797
}
9898
console.log(`Closing issue ${hydrated.number}.`)
9999
} else {
100-
// Ping
100+
// Ping
101101
if (hydrated.updatedAt < pingTimestamp && hydrated.assignee) {
102102
console.log(
103103
`Last comment on issue ${hydrated.number} by ${lastComment.author.name}. Pinging @${hydrated.assignee}`,

0 commit comments

Comments
 (0)