The Truth-Loop solution helps communities simply understand the policies, regulations and legislation that will impact them the most and allows them to share their experiences around how policies have impacted them or how proposed policies could impact them using short video testimonials.
Use a Github action using the stale action to alert maintainers to issues and PRs that have been sitting idle for a while. The staleness is reset if somebody comments on the issue. This forces the team to address outstanding issues and PRs.
Default configuration:
Add a label "Stale" on issues and pull requests after 60 days of inactivity
Close the stale issues (labeled 'stale') and pull requests after 7 days of inactivity
If an update/comment occur on stale issues or pull requests, the stale label will be removed and the timer will restart
Background
To manage our backlog we need to figure out what issues are stale and what we still want to work on.
Learn more about Github actions for stale https://github.com/actions/stale
Solution
Use a Github action using the stale action to alert maintainers to issues and PRs that have been sitting idle for a while. The staleness is reset if somebody comments on the issue. This forces the team to address outstanding issues and PRs.
Default configuration:
Tasks
greetings.yml
Acceptance criteria
stale.yml