damccorm commented on code in PR #27982:
URL: https://github.com/apache/beam/pull/27982#discussion_r1311968949
##########
release/src/main/scripts/mass_comment.py:
##########
@@ -123,8 +123,19 @@ def getRemainingComments(accessToken, pr, initialComments):
and 'Sickbay' not in comment[1]:
print(comment)
remainingComments.append(comment)
+ arm_comments = getARMTestTriggerCommands();
+ remainingComments.append(arm_comments)
return remainingComments
+def getARMTestTriggerCommands():
+ '''
+ Returns all trigger commands that will start PostCommit ARM Github Actions
test suites.
+ '''
+ arm_trigger_commands = []
Review Comment:
Could you also add a comment along the lines of: remove this special case
once this script can handle GitHub Actions triggers
--
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]