You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using probot for marking stale or closing issues and PRs. This means we have to maintain two different tools for some actions that could be possible with a single tool. For example, see gitpod-io/gitpod#5898.
Proposal
Given the possibilities of gitbot we could deprecate probot and move all existing logic from .github/stale.yml to this repository.
Benefits
Have a single source of truth for groundwork automation, issue triaging, and more.
Encourage more documentation, feature requests, and bug reports in a single repository.
Problem to solve
We've been using
probotfor marking stale or closing issues and PRs. This means we have to maintain two different tools for some actions that could be possible with a single tool. For example, see gitpod-io/gitpod#5898.Proposal
Given the possibilities of
gitbotwe could deprecateprobotand move all existing logic from.github/stale.ymlto this repository.Benefits