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

Define a stale bot configuration #34

Open
benoit74 opened this issue Dec 22, 2023 · 2 comments
Open

Define a stale bot configuration #34

benoit74 opened this issue Dec 22, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@benoit74
Copy link
Collaborator

In some projects, we have a stale.yml configuration like this:

daysUntilClose: false
staleLabel: stale

issues:
  daysUntilStale: 60
  markComment: >
    This issue has been automatically marked as stale because it has not had
    recent activity. It will be now be reviewed manually. Thank you
    for your contributions.
pulls:
   daysUntilStale: 7
   markComment: >
     This pull request has been automatically marked as stale because it has not had
     recent activity. It will be now be reviewed manually. Thank you
     for your contributions.

Is this what we would like to generalize?

@benoit74 benoit74 added the enhancement New feature or request label Dec 22, 2023
@benoit74
Copy link
Collaborator Author

Isn't this config based on the now deprecated stale application?
If so, this should not become our convention 🤣 and we should configure a workflow action instead (but questions are same, do we automatically close stale issues and PR, how many days before considering an issue or a PR stale, which messages, ...).

@rgaudin
Copy link
Member

rgaudin commented Dec 22, 2023

LGTM but @kelson42 is the bug master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants