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

Update .github/workflows/close-stale-issues.yml: include PRs #3813

Merged
merged 5 commits into from
Nov 24, 2024

Conversation

luixxiul
Copy link
Collaborator

@luixxiul luixxiul commented Nov 23, 2024

Closes #3807

With this PR:

  • Issues with question and/or needs-info label(s) will be labelled with stale after 60 days without activity and closed in 7 days after that. Stale counter to add stale label will restart whenever any update occurs or a comment is added to them.
  • PRs with needs-rebase and/or needs-info label(s) will be labelled with stale after 1 year since creation without activity and closed in 30 days after that. Stale counter to add stale label will not restart.
  • No issues or PRs assigned to @spantaleev and/or @aine-etke (not authored) will be closed.

Suguru Hirahara added 4 commits November 23, 2024 21:17
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
…ction

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
…s to true

Without this option, stale counters for each PR keep restarting whenever any update occurs or a comment is added to them. Since the counters for PR are set to 365 days, ignore-pr-updates should help us to get rid of zombie PRs (which are kept open by bumps).

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
@luixxiul luixxiul marked this pull request as ready for review November 23, 2024 12:48
@luixxiul luixxiul marked this pull request as draft November 23, 2024 13:18
https://github.com/spantaleev/matrix-docker-ansible-deploy/actions/runs/11987582115/job/33421900339?pr=3813 has performed 62 operations, and 100 should be sufficient for a while.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
@luixxiul luixxiul marked this pull request as ready for review November 23, 2024 13:42
@spantaleev spantaleev merged commit 5483925 into spantaleev:master Nov 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use action/stale for pull requests as well
2 participants