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

Feature/#1270 - Add action to manage stale issues and PRs #1275

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

trgiangdo
Copy link
Member

@trgiangdo trgiangdo commented May 8, 2024

Resolves #1270

TODO:

  • Discuss the fields in the action
  • Update CONTRIBUTING.md
  • Add Waiting for Contributor label to the repositories

@trgiangdo trgiangdo added 🖧 Devops Operations, monitoring, maintenance, deployment, packaging 💬 Discussion Requires some discussion and decision labels May 8, 2024
@trgiangdo trgiangdo self-assigned this May 8, 2024
Copy link
Contributor

github-actions bot commented May 8, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
18230 15961 88% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 739f54b by action🐍

@trgiangdo trgiangdo marked this pull request as ready for review May 10, 2024 11:21
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
jrobinAV
jrobinAV previously approved these changes May 15, 2024
jrobinAV
jrobinAV previously approved these changes May 16, 2024
.github/workflows/manage-stale-issue-pr.yml Outdated Show resolved Hide resolved
.github/workflows/manage-stale-issue-pr.yml Outdated Show resolved Hide resolved
.github/workflows/manage-stale-issue-pr.yml Outdated Show resolved Hide resolved
Copy link
Member

@FabienLelaquais FabienLelaquais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks really nice!

FlorianJacta
FlorianJacta previously approved these changes May 16, 2024
- uses: actions/stale@v9
with:
operations-per-run: 50 # Max number of operations per run (including fetch or close issues and PRs, set or update labels, add comments, delete branches, etc.)
start-date: "2024-05-05" # Skip stale action for issues/PRs created before 5th May 2024
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we merge this PR now, the action will ignore all issues and PRs that are created before 05/05/2024, which is almost all of them.

Should we manage the current backlog first, remove this option, then merge the PR?
cc: @jrobinAV @FabienLelaquais

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖧 Devops Operations, monitoring, maintenance, deployment, packaging 💬 Discussion Requires some discussion and decision
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically make inactive issues and PRs stale
4 participants