Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: auto-close stale issues and pull requests #907

Merged
merged 6 commits into from
Jun 30, 2021
Merged

feat: auto-close stale issues and pull requests #907

merged 6 commits into from
Jun 30, 2021

Commits on Jun 29, 2021

  1. feat: auto-close stable issues and pull requests

    Use the https://github.com/actions/stale to automatically mark pull requests and issues as "stale" and close them if they have no activity.
    
    To disable, set `stale: false`.
    Elad Ben-Israel committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    85c01ec View commit details
    Browse the repository at this point in the history
  2. chore: self mutation

    Automation committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    c667693 View commit details
    Browse the repository at this point in the history
  3. change default messages

    Elad Ben-Israel committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    bf0d1d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Apply suggestions from code review

    Co-authored-by: Eli Polonsky <epolon@amazon.com>
    Elad Ben-Israel and iliapolo committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1a59117 View commit details
    Browse the repository at this point in the history
  2. add "enable" and unit tests

    Elad Ben-Israel committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    bd655d5 View commit details
    Browse the repository at this point in the history
  3. Updates

    Elad Ben-Israel committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    73b721b View commit details
    Browse the repository at this point in the history