This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 1575b298cb8 [Docs] Fix grammar: 'should triggered' -> 'should be
triggered' (#37278)
1575b298cb8 is described below
commit 1575b298cb8f2999d2ca3716dfce17b02318550e
Author: Elia LIU <[email protected]>
AuthorDate: Mon Jan 12 14:45:05 2026 +1100
[Docs] Fix grammar: 'should triggered' -> 'should be triggered' (#37278)
* [Docs] Fix grammar: 'should triggered' -> 'should be triggered'
* Apply spotless formatting
---
.github/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/build.gradle b/.github/build.gradle
index c87a98109ae..09800091ed2 100644
--- a/.github/build.gradle
+++ b/.github/build.gradle
@@ -48,7 +48,7 @@ task check {
return
}
- // precommit and postcommit should triggered by this specific file
+ // precommit and postcommit should be triggered by this specific file
// this is to ensure not missing test during release branch
verification
if (paths != null && !paths.contains('release/trigger_all_tests.json')
&& !fname.toLowerCase().contains('sickbay') &&
!workflow.name.toLowerCase().contains('disabled')) {
errors.add("Error validating ${fname}: " +
@@ -56,7 +56,7 @@ task check {
return
}
- // postcommit should triggered by a specific file so that there is a
way to exercise post for open PR
+ // postcommit should be triggered by a specific file so that there is
a way to exercise post for open PR
// TODO(https://github.com/apache/beam/issues/28909)
// remove file match trigger once a better trigger (e.g. comment
trigger) is implemented
if (fname.startsWith("beam_PostCommit")) {