https://github.com/open-mpi/pr-labeler
Marketplace GitHub Action for setting Open MPI-style labels on pull requests
https://github.com/open-mpi/pr-labeler
hacktoberfest
Last synced: 3 months ago
JSON representation
Marketplace GitHub Action for setting Open MPI-style labels on pull requests
- Host: GitHub
- URL: https://github.com/open-mpi/pr-labeler
- Owner: open-mpi
- License: bsd-3-clause
- Created: 2022-09-17T15:59:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T21:33:28.000Z (about 2 years ago)
- Last Synced: 2025-02-14T22:52:31.728Z (4 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pull Request Labeler
A minor action which assigns labels to pull requests based off of the base
branch. For instance, if a pull request is being made into `main`, then it will
assign the label `Target: main` to the pull request. If the label corresponding
to the base branch does not exist, then the label will neither be created nor
applied.*Uses [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html)*