- Notifications
You must be signed in to change notification settings - Fork3k
Add lockdown mode to docs#1391
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR adds documentation for the lockdown mode feature, which restricts the visibility of public repository issue details based on the creator's repository access level.
- Adds a new "Lockdown Mode" section to the main README with detailed explanation and usage examples
- Updates the configuration options list in the installation guide to include lockdown mode
- Provides both CLI flag (
--lockdown-mode) and Docker environment variable (GITHUB_LOCKDOWN_MODE=1) configuration options
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds comprehensive lockdown mode documentation section with CLI and Docker usage examples |
| docs/installation-guides/README.md | Adds lockdown mode to the configuration options list for discoverability |
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
Uh oh!
There was an error while loading.Please reload this page.
tommaso-moro left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
lgtm!
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
342939e intomainUh oh!
There was an error while loading.Please reload this page.
Add some docs describing lockdown mode.