Skip to content

Commit

Permalink
Merge pull request #8463 from microsoft/main
Browse files Browse the repository at this point in the history
Merge for 1.8.0-insiders
  • Loading branch information
sean-mcmanus committed Nov 30, 2021
2 parents 999f28b + 7403096 commit 27d1ac3
Show file tree
Hide file tree
Showing 147 changed files with 3,621 additions and 1,298 deletions.
2 changes: 1 addition & 1 deletion .github/actions/StaleCloser/StaleCloser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/StaleCloser/StaleCloser.ts
Expand Up @@ -97,7 +97,7 @@ export class StaleCloser extends ActionBase {
}
console.log(`Closing issue ${hydrated.number}.`)
} else {
// Ping
// Ping
if (hydrated.updatedAt < pingTimestamp && hydrated.assignee) {
console.log(
`Last comment on issue ${hydrated.number} by ${lastComment.author.name}. Pinging @${hydrated.assignee}`,
Expand Down

0 comments on commit 27d1ac3

Please sign in to comment.