operator-framework / deppy

Deppy: The dependency resolver for Kubernetes
Apache License 2.0
15 stars 21 forks source link

ci: Add GitHub Action to manage stale PRs/Issues #28

Closed awgreene closed 1 year ago

awgreene commented 1 year ago

PRs will become stale after 30 days and will automatically be closed 30 days after being labeled as stale.

Issues will become stale after 60 days and maintainers can then close the issue manually if appropriate.

Signed-off-by: Alexander Greene greene.al1991@gmail.com

oceanc80 commented 1 year ago

/lgtm

perdasilva commented 1 year ago

/approved

awgreene commented 1 year ago

What's the process for merging this? Simply clicking the"Rebase and Merge" button? Should I do this or leave it to a third party given that I created the PR?

timflannagan commented 1 year ago

The author would merge here once the requisite approvals have been made. IIRC, we only have a single approval requirement setup for this repository.

timflannagan commented 1 year ago

This basically mirrors what we have setup for rukpak. I'd just press the green rebase/merge button.

awgreene commented 1 year ago

Thanks @timflannagan