This GitHub Action checks if versions are bumped in the PR.
- Automatically checks if versions are bumped when a PR is opened, reopened, or updated
-
Create a new repository for this action or clone this one.
-
Ensure you have Node.js installed (version 16 or later recommended).
-
Install dependencies:
npm install -
Build the action:
npm run build
To use this action in your workflow, add the following step to your .github/workflows/your-workflow.yml file:
- name: Check Versions Bumped
uses: high-country-dev/check-versions-bumped-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}token: The GitHub token used to create comments on PRs. (Required)
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.