-
Notifications
You must be signed in to change notification settings - Fork 0
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
Automatically Close Issues in Archived Repositories #232
Comments
shiv810
changed the title
Old Content should be archived
Automatically Close Issues in Archived Repositories
Nov 30, 2024
Note The following contributors may be suitable for this task: sshivaditya2019
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
When an issue is raised in an archived (read-only) repository, it is not possible to self-assign or modify the issue. However, all the issue labels might still be applicable, even though no further updates can be made in such repositories.
To resolve this, the bot should automatically close any issue that is reported in an archived repository.1
Steps to Implement:
Check Repository Status: Identify if the issue is raised in an archived repository.
Close the Issue: If the repository is archived, automatically close the issue while maintaining all the existing labels and comments.
Notification (Optional): Notify the user (or provide a comment) that the issue was closed due to the repository being archived.
This will ensure that issues in archived repositories are properly closed without manual intervention.
Footnotes
⚠ 86% possible duplicate - Close issues from archived repositories ↩
The text was updated successfully, but these errors were encountered: