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

Adding "stale" GitHub Action #21247

Merged
merged 5 commits into from
Dec 15, 2020
Merged

Adding "stale" GitHub Action #21247

merged 5 commits into from
Dec 15, 2020

Commits on Jun 30, 2020

  1. Adding "stale" GitHub Action

    Added the "stale" GitHub action to the CPython repo.
    PR's older than 30 days will be labeld as stale using the "stale-pr" label.
    If needed, it can be configured to more than 30 days.
    
    I've added bedevere-bot's GitHub token to the repo's secret settings as ``BEDEVERE_GH_TOKEN``
    
    Closes python/core-workflow#372
    Mariatta authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e7e77bb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Update .github/workflows/stale.yml

    Co-authored-by: Brett Cannon <[email protected]>
    Mariatta and brettcannon authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    1f0341a View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/stale.yml

    Co-authored-by: Brett Cannon <[email protected]>
    Mariatta and brettcannon authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    57ac125 View commit details
    Browse the repository at this point in the history
  3. Update .github/workflows/stale.yml

    Co-authored-by: Brett Cannon <[email protected]>
    Mariatta and brettcannon authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    2a348c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Set days-before-close to -1

    Mariatta authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    baa6909 View commit details
    Browse the repository at this point in the history