Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaovilai/gh-pr-velero-nochangelog
gh-pr-velero-nochangelog is a GitHub CLI extension that streamlines the pull request creation process specifically for Velero-related changes that don't require changelog entries. It automatically applies the `kind/changelog-not-required` label during PR creation.
https://github.com/kaovilai/gh-pr-velero-nochangelog
Last synced: about 1 month ago
JSON representation
gh-pr-velero-nochangelog is a GitHub CLI extension that streamlines the pull request creation process specifically for Velero-related changes that don't require changelog entries. It automatically applies the `kind/changelog-not-required` label during PR creation.
- Host: GitHub
- URL: https://github.com/kaovilai/gh-pr-velero-nochangelog
- Owner: kaovilai
- License: apache-2.0
- Created: 2024-11-22T19:16:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-22T19:28:47.000Z (about 1 month ago)
- Last Synced: 2024-11-22T20:25:11.457Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-pr-velero-nochangelog
A GitHub CLI extension script that creates pull requests with the `kind/changelog-not-required` label automatically applied.
Note that this requires you to have ability to create pull requests and apply labels on PRs in the repository.
## Usage
```bash
gh pr-velero-nochangelog [additional gh pr create flags]
```## Features
- Creates a GitHub pull request using `gh pr create`
- Automatically adds the `kind/changelog-not-required` label
- Passes through any additional flags to the underlying `gh pr create` command## Requirements
- [GitHub CLI](https://cli.github.com/) installed and configured
- Proper repository permissions to create pull requests and apply labels## Installation
1. Make sure you have GitHub CLI installed
2. `gh extension install kaovilai/gh-pr-velero-nochangelog`## Development
1. `gh extension install .`
2. `gh pr-velero-nochangelog --base something`pr should be created with label to base branch "something"