You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your action in my workflow for the below scenario. Workflow was able to create a PR and merge to Staging branch when there are no conflicts, but when there are conflicts it is running the whole workflow but unable to add the reviewer. so can you please help me where exactly i'm going wrong.
Note: when i create a PR manually from Master to Staging your action is working fine in the separate workflow but when i add to my workflow it is not adding the reviewer.
Scenario - I have three branches Master, Staging and testbranch... when i do some changes in testbranch and merge the PR to Master... a workflow need to be triggered and a PR need to be raised from Master to Staging branch and it should be merged if there are no conflicts.. and if there are conflicts then a reviewer need to be added.
The text was updated successfully, but these errors were encountered:
Hi ,
I'm trying to use your action in my workflow for the below scenario. Workflow was able to create a PR and merge to Staging branch when there are no conflicts, but when there are conflicts it is running the whole workflow but unable to add the reviewer. so can you please help me where exactly i'm going wrong.
Note: when i create a PR manually from Master to Staging your action is working fine in the separate workflow but when i add to my workflow it is not adding the reviewer.
Scenario - I have three branches Master, Staging and testbranch... when i do some changes in testbranch and merge the PR to Master... a workflow need to be triggered and a PR need to be raised from Master to Staging branch and it should be merged if there are no conflicts.. and if there are conflicts then a reviewer need to be added.
The text was updated successfully, but these errors were encountered: