Skip to content

v1: Adding reviewers as input and pull request url as output (#104)

Compare
Choose a tag to compare
@fopina fopina released this 24 Mar 01:31
c19156c
* Add output for pull request URL in UpstreamToPr class

* Add output for pull request URL in action.yml

Fix output formatting for pull request URL in UpstreamToPr class

Add reviewers and team_reviewers inputs to action.yml and implement review requests in UpstreamToPr class

Log reviewers and team reviewers inputs in the run function

build lib

Log reviewer requests for pull requests in UpstreamToPr class

Refactor reviewer handling in createPR and requestReviewers methods

* Remove debug logs

* Add tests for reviewer requests

* Update README.md to include reviewer params and action output variable