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

gh actions: set the stale workflow #447

Merged
merged 1 commit into from
Jan 27, 2021
Merged

gh actions: set the stale workflow #447

merged 1 commit into from
Jan 27, 2021

Conversation

sebdeleze
Copy link
Contributor

@sebdeleze sebdeleze commented Jan 27, 2021

  • Adds a workflow for GitHub actions that mark issues and PR as stale
    when they are open with no activites for 6 months. No PR or issue will
    be closed (maybe in a future move).
  • Some labels are excepted.
  • Closes Install GitHub stale workflow. #446.

Co-Authored-by: Igor Milhit [email protected]
Co-Authored-by: Sébastien Délèze [email protected]

@sebdeleze sebdeleze requested a review from iGormilhit January 27, 2021 09:47
@sebdeleze sebdeleze marked this pull request as ready for review January 27, 2021 09:47
@sebdeleze sebdeleze added the new feature New feature label Jan 27, 2021
* Adds a workflow for GitHub actions that mark issues and PR as stale
  when they are open with no activites for 6 months. No PR or issue will
  be closed (maybe in a future move).
* Some labels are excepted.
* Closes #446.

Co-Authored-by: Igor Milhit <[email protected]>
Co-Authored-by: Sébastien Délèze <[email protected]>
Comment on lines +25 to +26
exempt-issue-labels: 'bug'
exempt-pr-labels: 'translations'

Choose a reason for hiding this comment

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

Does it have to be adapted to the SONAR project context?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added these two labels in SONAR, to keep consistency between projects!

@sebdeleze sebdeleze merged commit 92407fc into rero:staging Jan 27, 2021
@sebdeleze sebdeleze deleted the sed-gh-stale-workflow branch January 27, 2021 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install GitHub stale workflow.
2 participants