Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 22, 2024
1 parent 1b7215a commit 2989250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-v.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
fetch-depth: 0
- name: Check version
uses: JJ/github-action-check-version-in-readme-is-latest@v2
uses: JJ/github-action-check-version-in-readme-is-latest@main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A GitHub action that checks pull requests description and contents [![Basic installation and build checks](https://github.com/JJ/github-pr-contains-action/actions/workflows/install-build-checks.yml/badge.svg)](https://github.com/JJ/github-pr-contains-action/actions/workflows/install-build-checks.yml)[![Check correct version in README](https://github.com/JJ/github-pr-contains-action/actions/workflows/check-v.yml/badge.svg)](https://github.com/JJ/github-pr-contains-action/actions/workflows/check-v.yml)

This GitHub action checks for the presence/absence of a string or group of
strings in the body or diff, as well as certain conditions in the PR: number of
strings in the body of the pull request or diff, as well as certain conditions in the PR: number of
files changed, and number of lines changed.

It uses the GitHub API, so you'll need to provide a token. Don't worry, that's built-in.
Expand Down

0 comments on commit 2989250

Please sign in to comment.