
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
repo-lockdown
Advanced tools
A GitHub App built with Probot that closes and locks new and existing issues or pull requests.
This project is no longer maintained, please migrate to Repo Lockdown.
Repo Lockdown is a GitHub App built with Probot that closes and locks new and existing issues or pull requests. It is used for repositories which do not accept issues or pull requests, such as forks or mirrors.

.github/lockdown.yml based on the template belowIf possible, install the app only for select repositories.
Do not leave the All repositories option selected, unless you intend
to use the app for all current and future repositories.
Create .github/lockdown.yml in the default branch to enable the app,
or add it at the same file path to a repository named .github.
The file can be empty, or it can override any of these default settings:
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown-app
# Skip issues and pull requests created before a given timestamp. Timestamp must
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
skipCreatedBefore: false
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels: []
# Comment to post before closing or locking. Set to `false` to disable
comment: false
# Label to add before closing or locking. Set to `false` to disable
label: false
# Close issues and pull requests
close: true
# Lock issues and pull requests
lock: true
# Limit to only `issues` or `pulls`
# only: issues
# Optionally, specify configuration settings just for `issues` or `pulls`
# issues:
# label: wontfix
# pulls:
# comment: >
# This repository does not accept pull requests, see the README for details.
# lock: false
# Repository to extend settings from
# _extends: repo
To avoid triggering abuse prevention mechanisms on GitHub, only 30 issues and pull requests will be handled per hour. If your repository has more than that, it will just take a few hours or days to process them all.
See docs/deploy.md if you would like to run your own instance of this app.
Copyright (c) 2019-2021 Armin Sebastian
This software is released under the terms of the MIT License. See the LICENSE file for further information.
FAQs
A GitHub App built with Probot that closes and locks new and existing issues or pull requests.
We found that repo-lockdown demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.