
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.
label-actions
Advanced tools
A GitHub App built with Probot that performs actions when issues or pull requests are labeled or unlabeled.
This project is no longer maintained, please migrate to Label Actions.
Label Actions is a GitHub App built with Probot that performs actions when issues or pull requests are labeled or unlabeled.
The app performs certain actions when an issue or pull request is labeled or unlabeled. No action is taken by default and the app must be configured. The following actions are supported:
comment option)close option)open option)lock and lockReason options)unlock option).github/label-actions.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/label-actions.yml in the default branch to enable the app,
or add it at the same file path to a repository named .github.
Configure the app by editing the following template:
# Configuration for Label Actions - https://github.com/dessant/label-actions-app
# Specify actions for issues and pull requests
actions:
# Actions taken when the `heated` label is added
heated:
# Post a comment
comment: >
The thread has been temporarily locked.
Please follow our community guidelines.
# Lock the thread
lock: true
# Set a lock reason, such as `off-topic`, `too heated`, `resolved` or `spam`
lockReason: "too heated"
# Actions taken when the `heated` label is removed
-heated:
# Unlock the thread
unlock: true
# Optionally, specify configuration settings just for issues
issues:
actions:
feature:
# Post a comment, `{issue-author}` is an optional placeholder
comment: >
:wave: @{issue-author}, please use our idea board to request new features.
# Close the issue
close: true
-wontfix:
# Reopen the issue
open: true
# Optionally, specify configuration settings just for pull requests
pulls:
actions:
pizzazz:
comment: >

# Limit to only `issues` or `pulls`
# only: issues
# Repository to extend settings from
# _extends: repo
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 performs actions when issues or pull requests are labeled or unlabeled.
We found that label-actions 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.