Skip to content

Releases: JJ/github-pr-contains-action

Improved checking

20 Apr 08:52
@JJ JJ
Compare
Choose a tag to compare

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: releases/v14...releases/v14.1

Put some order in variables and outputs

16 Feb 11:32
@JJ JJ
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @v1v made their first contribution in #120

Full Changelog: releases/v13...releases/v14

waivedUsers actually working

01 Feb 11:41
@JJ JJ
Compare
Choose a tag to compare

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: releases/v11...releases/v13

Dep upgrade

12 Nov 12:14
@JJ JJ
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: releases/v11...releases/v12.1

Dependabot passthrough version

21 Jul 11:28
@JJ JJ
Compare
Choose a tag to compare

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.

Focus on PR events

20 Mar 08:23
@JJ JJ
Compare
Choose a tag to compare

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.

A bit of ❤️ for private repos

25 Jan 09:42
@JJ JJ
Compare
Choose a tag to compare

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

Full Changelog: releases/v8...releases/v9

Some enhancements

21 Jan 11:12
@JJ JJ
Compare
Choose a tag to compare

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.

Better rexification

21 Jan 09:56
@JJ JJ
Compare
Choose a tag to compare

This release

  • Updates docs
  • Rexifies more characters that could be used literally.

Due update

21 Jan 09:48
@JJ JJ
Compare
Choose a tag to compare

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