Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@auto-it/pr-body-labels
Advanced tools
Allow outside contributors to indicate what semver label should be applied to the Pull Request
Allow outside contributors to indicate what semver label should be applied to the Pull Request.
If you run auto pr-check
from your CI this plugin will look at the PR body to find what label to apply.
This plugin is not included with the auto
CLI installed via NPM. To install:
npm i --save-dev @auto-it/pr-body-labels
# or
yarn add -D @auto-it/pr-body-labels
{
"plugins": [
["pr-body-labels"]
// other plugins
]
}
Then something like the following to your .github/PULL_REQUEST_TEMPLATE.md
.
The only part of this that really matters is a markdown checkbox + one of your labels.
You control what labels an outside contributor can apply through the PR body.
This example only exposes the semantic versioning labels but you can include any label in your project.
## Change Type
Indicate the type of change your pull request is:
- [ ] `patch`
- [ ] `minor`
- [ ] `major`
disabledLabels
Labels the user cannot apply through the PR.
{
"plugins": [["pr-body-labels", { "disabledLabels": ["release"] }]]
}
removeStaleLabels
When using the plugin it will use the checklist in your PR body as the source of truth. This means that manually added label that are present in the pr-body will be removed when pr-check
runs again. To disable this behavior use the removeStaleLabels
option.
{
"plugins": [["pr-body-labels", { "removeStaleLabels": false }]]
}
v10.37.4 (Mon Jul 25 2022)
@auto-it/core
FAQs
Allow outside contributors to indicate what semver label should be applied to the Pull Request
The npm package @auto-it/pr-body-labels receives a total of 188 weekly downloads. As such, @auto-it/pr-body-labels popularity was classified as not popular.
We found that @auto-it/pr-body-labels demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.