🚀 New release: repository admins can now archive pull requests #201819
Replies: 3 comments 3 replies
-
|
Could I ask why this is limited to the admin role? It feels like it should be a maintainer permission instead. My impression was that the admin role is intended for managing roles and repository settings, so I think archiving (and especially reading archived PRs) should be at a lower level |
Beta Was this translation helpful? Give feedback.
-
|
Just wanted to echo the feedback from @m-m-adams above What we were hoping this archive feature would offer is the ability to archive posts so that they are just moved away from the main PR tab but still available for users to see if they search for it / access it directly (e.g. via link). Basically like a default filter that would automatically exclude archived PR's. Currently we have to manually filter out PR's we don't want to see right now which is frustrating as every time you open your browser or visit the repo on a new tab you have to re-set the filter again. |
Beta Was this translation helpful? Give feedback.
-
|
Hey everyone, wanted to share a quick update. We just rolled back the feature temporarily due to a performance issue we saw a result of the roll out. Our team is looking into it at the moment and we're hoping to have a fix out shortly so you can all keep the using the feature again. I'll post an update as soon as it's fixed! Thank you all for your patience 🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Repository admins can now archive pull requests to remove them from public view without permanently deleting them.
When a pull request is archived:
Pull requests can be archived in bulk or on an individual basis. If a pull request is later unarchived, it becomes visible again and remains closed and locked.
Why this helps
This adds a moderation-focused option for:
You can also find archived pull requests with the
is:archivedfilter to support triage workflows.We’d love your feedback! Please share your questions and comments in this Community discussion.
Beta Was this translation helpful? Give feedback.
All reactions