Releases: JJ/github-pr-contains-action
Improved checking
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
- ⬆️ Bump undici from 5.27.2 to 5.28.3 by @dependabot in #128
- Feat/114 by @JJ in #130
- Address empty body by @JJ in #131
- ⬆️ Bump undici from 5.28.3 to 5.28.4 by @dependabot in #132
- 🚧 by @JJ in #136
Full Changelog: releases/v14...releases/v14.1
Put some order in variables and outputs
waivedUsers actually working
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
- Forgot to bump up here by @JJ in #107
- 📝 by @JJ in #108
- Merge dev branch by @JJ in #110
- ⬆️ Bump @babel/traverse from 7.20.12 to 7.23.2 by @dependabot in #112
- Make action compatible with private repos. by @ApoorvGuptaAi in #113
- Essentially don't run normal workflow if we in dev by @JJ in #117
- Testing new features by @JJ in #116
New Contributors
- @ApoorvGuptaAi made their first contribution in #113
Full Changelog: releases/v11...releases/v13
Dep upgrade
Minor user-facing changes in documentation, and dep upgrades, with new generated code.
What's Changed
- Forgot to bump up here by @JJ in #107
- 📝 by @JJ in #108
- Merge dev branch by @JJ in #110
- ⬆️ Bump @babel/traverse from 7.20.12 to 7.23.2 by @dependabot in #112
- Make action compatible with private repos. by @ApoorvGuptaAi in #113
New Contributors
- @ApoorvGuptaAi made their first contribution in #113
Full Changelog: releases/v11...releases/v12.1
Dependabot passthrough version
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
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
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
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
This release
- Updates docs
- Rexifies more characters that could be used literally.
Due update
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