https://github.com/launchbynttdata/actions-lcaf-branch_name
GitHub Action to check branch name compatibility
https://github.com/launchbynttdata/actions-lcaf-branch_name
Last synced: 2 months ago
JSON representation
GitHub Action to check branch name compatibility
- Host: GitHub
- URL: https://github.com/launchbynttdata/actions-lcaf-branch_name
- Owner: launchbynttdata
- License: apache-2.0
- Created: 2024-04-30T20:41:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T15:30:08.000Z (12 months ago)
- Last Synced: 2025-01-03T10:46:08.116Z (4 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Action to Validate a Branch Name
## About
This action is designed to examine the name of a branch and determine whether or not it is suitable for use for predicting the next Semantic Version of a repository.
## Usage
```workflow
...
steps:
- name: Validate Branch Name
uses: launchbynttdata/actions-lcaf-branch_name@v0
...
```## Compatibility
This action has only been tested on GitHub.com.