github-pr-contains-action

Action that checks whether the body or diff in a PR contains a certain word.

MIT License

Stars
35
Committers
2

Bot releases are hidden (Show)

github-pr-contains-action - Improved checking Latest Release

Published by JJ 6 months ago

What's Changed

Fixes

  • It checks diff-related things only when effectively set. It avoids #133 error
  • Dependabot upgrades
  • Does not fail when body is empty

Changes

Minor doc changes

Commits

Full Changelog: https://github.com/JJ/github-pr-contains-action/compare/releases/v14...releases/v14.1

github-pr-contains-action - Put some order in variables and outputs

Published by JJ 8 months ago

github-pr-contains-action - waivedUsers actually working

Published by JJ 9 months ago

Changes

Mainly documentation improvements here and there

Fixes

waivedUsers actually works now, you can use a |-separated list of users for which checks will be waived.

What's Changed

New Contributors

Full Changelog: https://github.com/JJ/github-pr-contains-action/compare/releases/v11...releases/v13

github-pr-contains-action - Dep upgrade

Published by JJ 11 months ago

Minor user-facing changes in documentation, and dep upgrades, with new generated code.

What's Changed

New Contributors

Full Changelog: https://github.com/JJ/github-pr-contains-action/compare/releases/v11...releases/v12.1

github-pr-contains-action - Private-repos ready

Published by JJ 11 months ago

Thanks to @ApoorvGuptaAi , this now works with private repos.

github-pr-contains-action - Dependabot passthrough version

Published by JJ about 1 year ago

Don't you hate when this fails with those (useful|pesky|annoying|take your pick) dependabot PRs? This new version is for you. It will simply let dependabot PRs pass; this is configurable, so if there's some other dev annoyed by PR checks that pulls rank, add login to the array and that's it.

github-pr-contains-action - Focus on PR events

Published by JJ over 1 year ago

This release will simply skip any check if it is not a pull request event. Since the payload it's working with is extracted from a pull request object in that payload, there's no alternative way to make it work if it's not a pull request. More information has been added to the README.md to that efffect.

github-pr-contains-action - A bit of ❤️ for private repos

Published by JJ over 1 year ago

Previous versions did not work at all, this works with limited functionality. It's some improvement, I guess.

Full Changelog: https://github.com/JJ/github-pr-contains-action/compare/releases/v8...releases/v9

github-pr-contains-action - Some enhancements

Published by JJ over 1 year ago

It includes requests by most issues, and addresses them. Includes diffDoesNotContain functionality, which makes a lot more sense than the opposite for the general public.

github-pr-contains-action - Better rexification

Published by JJ over 1 year ago

This release

  • Updates docs
  • Rexifies more characters that could be used literally.
github-pr-contains-action - Due update

Published by JJ over 1 year ago

This is really a bunch of releases, which I had forgot to actually release; I just tagged them. Just as well, anyway. It includes:

  • Adds check for strings to avoid and creates issues for errors.
  • Changes packaging, upgrades modules, deletes unneeded files.
  • Solves a number of issues.
  • Will not use diffContains if it's an empty string
  • can use words or regular expressions in bodyContains/ bodyDoesNotContain
github-pr-contains-action - Wholesome checker

Published by JJ about 5 years ago

This release builds on the previous one, checking the contents of the body and the diff, as well as the number of files and lines changed.

github-pr-contains-action - Initial

Published by JJ about 5 years ago

This is just a simple action that uses the GitHub API to check for stuff present in a PR. It's mostly an exercise of getting to know how it works, but can be useful to check that marks have been made on a PR body, or that you are changing a specific line or text in the code.

Package Rankings
Top 3.68% on Github actions
Badges
Extracted from project README
Basic installation and build checks Check correct version in README
Related Projects