auto-assign-action | adds reviewers to the pull request | Continous Integration library
kandi X-RAY | auto-assign-action Summary
kandi X-RAY | auto-assign-action Summary
An action which adds reviewers to the pull request when the pull request is opened.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of auto-assign-action
auto-assign-action Key Features
auto-assign-action Examples and Code Snippets
Community Discussions
Trending Discussions on auto-assign-action
QUESTION
I'm trying to set up a github action that will automatically request reviewers based on the names of the files that are in the change. For example, if the diff contains a *.sql
file, I'd like to request a review from a specific person, and likewise for other file extensions.
This action on the marketplace is what I'm starting with: https://github.com/marketplace/actions/auto-assign-action. I thought the best way to do this would be to use a conditional, something like:
...ANSWER
Answered 2019-Dec-03 at 08:50One option could be to use the pull_requests.paths filter and create a new workflow for each of the file types when a pull request is opened you want to handle, along with the people who can handle them.
For example:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install auto-assign-action
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page