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
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,37 @@ For the Github Pull Request method to work, you need to make sure your specified
72
72
***Source Control Branch** (which requires the **PROJECT** to have Allow Branch Override checked)
73
73
***Variables**
74
74
75
+
### Example of working with a Pull Request Methodology WORKFLOW
76
+
77
+
This is also known as Roger Lopez mode. In this example we will only initiate the Github Action if there is a Pull Request on our Github repository. We need to have a `workflow_template` and `controller_project` specified. This will make sure that any in-bound pull requests (PRs) are tested on a workflow rather than your existing project. This will allow people contributing to your Github repo to test their changes before you merge into your downstream repoistory.
0 commit comments