Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/jobs/stalebot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ const closeStalePullRequests = async (
};

export const triggerStaleBot = async (org: GitHubOrg, now: moment.Moment) => {
// TODO: Re-enable stalebot
return;
// Get all open issues and pull requests that are Waiting for Community
await Promise.all(
org.repos.all.map(
Expand Down
Loading