auto-request-review
auto-request-review copied to clipboard
A GitHub Action that automatically requests review of a pull request based on files changes and/or groups the author belongs to 🤖
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
Hi there, is there currently a way to re-request review from a different person (let's say person B) if the person A did not review the PR in X hours?...
Looking at my output, I see the following: ``` Run shufo/[email protected] { '.github/**/*.yml': [ 'dep' ], 'config/**/*': [ 'dep' ], 'scripts/*': [ 'dep' ], 'package.json': [ 'dep' ], 'manifest.json': [...
Hi, Normal configuration with list of reviewer works. Thanks a lot. It is very useful action. I have an issue with using github team. The action doesn't add reviewers from...
Not sure if there's an alternative option Would you be open a PR adding option to add reviewers according to labels?
Hi. After much searching for an action that can automatically assign reviewers based on file globs, this seems like by far the best choice. However, my team's workflow actually hinges...
To be honest when I first saw the example I assumed that `repository-owners` was a magic name that automatically resolved to the list of owners for the current repository. It...
As we found out in #31, you need to be careful about case sensitivity when you configure this GitHub Action. Since GitHub usually handles usernames case-insensitively, it's more convenient to...
In all PRs opened by dependabot, the action fails with this error ``` > Run necojackarc/[email protected] with: config: .github/reviewers.yml Fetching configuration file from the source branch Error: Error: Parameter token...
would be nice to have a little tool to migrate codeowners entries to this yaml format