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 21d3cc9 commit 3a85ec0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# 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 of the pull request or diff, as well as certain conditions in the PR: number of
files changed, and number of lines changed.
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.
It uses the GitHub API, so you'll need to provide a token. Don't worry, that's
built-in.

## Using this action

Expand Down

0 comments on commit 3a85ec0

Please sign in to comment.