Skip to content

Commit

Permalink
♻️ 🐛 #118
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 16, 2024
1 parent 8a6cace commit ab8e10b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Checking pull request bodies and diffs for words, and number of files and lines in files changed [![Basic installation and build checks](https://github.com/JJ/github-pr-contains-action/actions/workflows/checkin.yml/badge.svg)](https://github.com/JJ/github-pr-contains-action/actions/workflows/checkin.yml)
# 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)

Originally based on the [actions TS
template](https://github.com/actions/typescript-template), it checks for the
presence/absence of a string or group of strings in the body or diff in a PR, as
well as certain conditions on the PR: number of files changed, and number of
lines changed.
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
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 ab8e10b

Please sign in to comment.