damccorm commented on code in PR #33341:
URL: https://github.com/apache/beam/pull/33341#discussion_r1898106736
##########
.github/workflows/README.md:
##########
@@ -15,6 +15,28 @@
under the License.
-->
+# How to fix Workflows for Committers
+
+The following is guidance on how to practically make changes that fix
workflows.
+
+1) Create a branch in https://github.com/apache/beam not your fork.
+
+ The reason to perform changes to a branch of the main repo instead of your
fork is due to the challenge in replicating the environment within which Beam
GitHub workflows execute. GitHub workflows allow you to execute against a
branch of a repo.
+
+2) Make changes in this branch you anticipate will fix the failing workflow.
+
+3) Run the workflow designating your branch.
+
+ In the GitHub workflow interface, you can designate any branch of the
repository to run the workflow against. Selecting your branch allows you to
test the changes you made. The following screenshot shows an example of this
feature.
+
Review Comment:
```suggestion
```
Nit: make the linter happy
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]