This is an automated email from the ASF dual-hosted git repository.

damccorm 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 1c53cc7c1fb Add trigger phrases to workflow names (#27669)
1c53cc7c1fb is described below

commit 1c53cc7c1fbd2c145ecdecd71b1b3e798f49259d
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Thu Jul 27 09:41:25 2023 -0400

    Add trigger phrases to workflow names (#27669)
---
 .github/workflows/beam_PreCommit_CommunityMetrics.yml       | 2 +-
 .github/workflows/beam_PreCommit_Go.yml                     | 2 +-
 .github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml | 2 +-
 .github/workflows/beam_PreCommit_PythonDocs.yml             | 2 +-
 .github/workflows/beam_PreCommit_Python_Integration.yml     | 2 +-
 .github/workflows/beam_PreCommit_RAT.yml                    | 2 +-
 .github/workflows/beam_PreCommit_SQL_Java11.yml             | 2 +-
 .github/workflows/beam_PreCommit_Typescript.yml             | 2 +-
 .github/workflows/beam_PreCommit_Website.yml                | 2 +-
 .github/workflows/beam_PreCommit_Whitespace.yml             | 2 +-
 .github/workflows/job_PreCommit_Python.yml                  | 1 +
 .github/workflows/job_PreCommit_PythonAutoformatter.yml     | 1 +
 .github/workflows/job_PreCommit_PythonLint.yml              | 1 +
 .github/workflows/job_PreCommit_Python_Coverage.yml         | 1 +
 .github/workflows/job_PreCommit_Python_Dataframes.yml       | 1 +
 .github/workflows/job_PreCommit_Python_DockerBuild.yml      | 1 +
 .github/workflows/job_PreCommit_Python_Examples.yml         | 1 +
 17 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_CommunityMetrics.yml 
b/.github/workflows/beam_PreCommit_CommunityMetrics.yml
index 0d2ebb03c33..ca6a33c5a94 100644
--- a/.github/workflows/beam_PreCommit_CommunityMetrics.yml
+++ b/.github/workflows/beam_PreCommit_CommunityMetrics.yml
@@ -45,7 +45,7 @@ permissions:
 
 jobs:
   beam_PreCommit_CommunityMetrics:
-    name: beam_PreCommit_CommunityMetrics
+    name: beam_PreCommit_CommunityMetrics (Run CommunityMetrics PreCommit)
     runs-on: [self-hosted, ubuntu-20.04, main]
     if: |
       github.event_name == 'push' ||
diff --git a/.github/workflows/beam_PreCommit_Go.yml 
b/.github/workflows/beam_PreCommit_Go.yml
index 58143ba977c..bb5f695de8a 100644
--- a/.github/workflows/beam_PreCommit_Go.yml
+++ b/.github/workflows/beam_PreCommit_Go.yml
@@ -43,7 +43,7 @@ jobs:
       github.event_name == 'schedule' ||
       github.event.comment.body == 'Run Go PreCommit'
     runs-on: [self-hosted, ubuntu-20.04, main]
-    name: beam_PreCommit_Go
+    name: beam_PreCommit_Go (Run Go PreCommit)
     steps:       
       - uses: actions/checkout@v3
         with:
diff --git a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml 
b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml
index 334eca3bf24..0d3ceea7ddb 100644
--- a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml
+++ b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow.yml
@@ -66,7 +66,7 @@ permissions:
   statuses: read
 jobs:
   beam_PreCommit_Java_Examples_Dataflow:
-    name: beam_PreCommit_Java_Examples_Dataflow
+    name: beam_PreCommit_Java_Examples_Dataflow (Run Java_Examples_Dataflow 
PreCommit)
     runs-on: [self-hosted, ubuntu-20.04, main]
     if: |
       github.event_name == 'push' ||
diff --git a/.github/workflows/beam_PreCommit_PythonDocs.yml 
b/.github/workflows/beam_PreCommit_PythonDocs.yml
index 72b458373f3..90c04815d4e 100644
--- a/.github/workflows/beam_PreCommit_PythonDocs.yml
+++ b/.github/workflows/beam_PreCommit_PythonDocs.yml
@@ -47,7 +47,7 @@ permissions:
 
 jobs:
   beam_PreCommit_PythonDocs:
-    name: beam_PreCommit_PythonDocs
+    name: beam_PreCommit_PythonDocs (Run PythonDocs PreCommit)
     if: |
       github.event_name == 'push' || 
       github.event_name == 'pull_request_target' || 
diff --git a/.github/workflows/beam_PreCommit_Python_Integration.yml 
b/.github/workflows/beam_PreCommit_Python_Integration.yml
index 8d452dd46ce..47404c622b9 100644
--- a/.github/workflows/beam_PreCommit_Python_Integration.yml
+++ b/.github/workflows/beam_PreCommit_Python_Integration.yml
@@ -52,7 +52,7 @@ concurrency:
 
 jobs:
   beam_PreCommit_Python_Integration:
-    name: beam_PreCommit_Python_Integration
+    name: beam_PreCommit_Python_Integration (Run Python_Integration PreCommit 
3.x)
     strategy:
       fail-fast: false
       matrix:
diff --git a/.github/workflows/beam_PreCommit_RAT.yml 
b/.github/workflows/beam_PreCommit_RAT.yml
index 958b4e4ae69..07087b33275 100644
--- a/.github/workflows/beam_PreCommit_RAT.yml
+++ b/.github/workflows/beam_PreCommit_RAT.yml
@@ -51,7 +51,7 @@ jobs:
       github.event.comment.body == 'Run RAT PreCommit' || 
       github.event_name == 'schedule'
     runs-on: [self-hosted, ubuntu-20.04]
-    name: beam_PreCommit_RAT
+    name: beam_PreCommit_RAT (Run RAT PreCommit)
     steps:
       - name: Check out repository code
         uses: actions/checkout@v3
diff --git a/.github/workflows/beam_PreCommit_SQL_Java11.yml 
b/.github/workflows/beam_PreCommit_SQL_Java11.yml
index fa9a30aafc1..45c5237d4f8 100644
--- a/.github/workflows/beam_PreCommit_SQL_Java11.yml
+++ b/.github/workflows/beam_PreCommit_SQL_Java11.yml
@@ -59,7 +59,7 @@ jobs:
       github.event_name == 'schedule' ||
       github.event.comment.body == 'Run SQL_Java11 PreCommit'
     runs-on: [self-hosted, ubuntu-20.04, main]
-    name: beam_PreCommit_SQL_Java11
+    name: beam_PreCommit_SQL_Java11 (Run SQL_Java11 PreCommit)
     steps:
       - name: Checkout repository
         uses: actions/checkout@v3
diff --git a/.github/workflows/beam_PreCommit_Typescript.yml 
b/.github/workflows/beam_PreCommit_Typescript.yml
index e2e300295a9..d943f1f595a 100644
--- a/.github/workflows/beam_PreCommit_Typescript.yml
+++ b/.github/workflows/beam_PreCommit_Typescript.yml
@@ -53,7 +53,7 @@ permissions:
   statuses: read
 jobs:
   beam_PreCommit_Typescript:
-    name: beam_PreCommit_Typescript
+    name: beam_PreCommit_Typescript (Run Typescript PreCommit)
     runs-on: [self-hosted, ubuntu-20.04, main]
     if: |
       github.event_name == 'push' ||
diff --git a/.github/workflows/beam_PreCommit_Website.yml 
b/.github/workflows/beam_PreCommit_Website.yml
index 7c96c0024b5..f2134a81a05 100644
--- a/.github/workflows/beam_PreCommit_Website.yml
+++ b/.github/workflows/beam_PreCommit_Website.yml
@@ -58,7 +58,7 @@ jobs:
       github.event.comment.body == 'Run Website PreCommit' || 
       github.event_name == 'schedule'
     runs-on: [self-hosted, ubuntu-20.04, small]
-    name: beam_PreCommit_Website
+    name: beam_PreCommit_Website (Run Website PreCommit)
     steps:       
       - uses: actions/checkout@v3
         with:
diff --git a/.github/workflows/beam_PreCommit_Whitespace.yml 
b/.github/workflows/beam_PreCommit_Whitespace.yml
index b57483d2d40..50bc4a0ab13 100644
--- a/.github/workflows/beam_PreCommit_Whitespace.yml
+++ b/.github/workflows/beam_PreCommit_Whitespace.yml
@@ -57,7 +57,7 @@ jobs:
           github.event_name == 'schedule' ||
           github.event.comment.body == 'Run Whitespace PreCommit'
         runs-on: [self-hosted, ubuntu-20.04, main]
-        name: beam_PreCommit_Whitespace
+        name: beam_PreCommit_Whitespace (Run Whitespace PreCommit)
         steps:       
           - name: Git checkout
             uses: actions/checkout@v3
diff --git a/.github/workflows/job_PreCommit_Python.yml 
b/.github/workflows/job_PreCommit_Python.yml
index ab13f97aace..836b67fea17 100644
--- a/.github/workflows/job_PreCommit_Python.yml
+++ b/.github/workflows/job_PreCommit_Python.yml
@@ -51,6 +51,7 @@ concurrency:
 
 jobs:
   beam_PreCommit_Python:
+    name: beam_PreCommit_Python (Run Python PreCommit 3.x)
     strategy:
       fail-fast: false
       matrix:
diff --git a/.github/workflows/job_PreCommit_PythonAutoformatter.yml 
b/.github/workflows/job_PreCommit_PythonAutoformatter.yml
index 4c51f7a8b5a..f6a9a6d0725 100644
--- a/.github/workflows/job_PreCommit_PythonAutoformatter.yml
+++ b/.github/workflows/job_PreCommit_PythonAutoformatter.yml
@@ -50,6 +50,7 @@ concurrency:
 
 jobs:
   beam_PreCommit_PythonFormatter:
+    name: beam_PreCommit_PythonFormatter (Run PythonFormatter PreCommit)
     if: |
       github.event_name == 'push' || 
       github.event_name == 'pull_request_target' || 
diff --git a/.github/workflows/job_PreCommit_PythonLint.yml 
b/.github/workflows/job_PreCommit_PythonLint.yml
index 251a6cdb9bd..8017ff2221b 100644
--- a/.github/workflows/job_PreCommit_PythonLint.yml
+++ b/.github/workflows/job_PreCommit_PythonLint.yml
@@ -50,6 +50,7 @@ concurrency:
 
 jobs:
   beam_PreCommit_PythonLint:
+    name: beam_PreCommit_PythonLint (Run PythonLint PreCommit)
     if: |
       github.event_name == 'push' || 
       github.event_name == 'pull_request_target' || 
diff --git a/.github/workflows/job_PreCommit_Python_Coverage.yml 
b/.github/workflows/job_PreCommit_Python_Coverage.yml
index 1db549cb389..8552a72d0d1 100644
--- a/.github/workflows/job_PreCommit_Python_Coverage.yml
+++ b/.github/workflows/job_PreCommit_Python_Coverage.yml
@@ -51,6 +51,7 @@ concurrency:
 
 jobs:
   beam_PreCommit_Python_Coverage:
+    name: beam_PreCommit_Python_Coverage (Run Python_Coverage PreCommit)
     if: |
       github.event_name == 'push' || 
       github.event_name == 'pull_request_target' || 
diff --git a/.github/workflows/job_PreCommit_Python_Dataframes.yml 
b/.github/workflows/job_PreCommit_Python_Dataframes.yml
index e340b1ae49d..4cc598a22ff 100644
--- a/.github/workflows/job_PreCommit_Python_Dataframes.yml
+++ b/.github/workflows/job_PreCommit_Python_Dataframes.yml
@@ -50,6 +50,7 @@ concurrency:
 
 jobs:
   beam_PreCommit_Python_Dataframes:
+    name: beam_PreCommit_Python_Dataframes (Run Python_Dataframes PreCommit 
3.x)
     strategy:
       fail-fast: false
       matrix:
diff --git a/.github/workflows/job_PreCommit_Python_DockerBuild.yml 
b/.github/workflows/job_PreCommit_Python_DockerBuild.yml
index f555c7eecc7..1d304327e4e 100644
--- a/.github/workflows/job_PreCommit_Python_DockerBuild.yml
+++ b/.github/workflows/job_PreCommit_Python_DockerBuild.yml
@@ -50,6 +50,7 @@ concurrency:
 
 jobs:
   beam_PreCommit_PythonDocker:
+    name: beam_PreCommit_PythonDocker (Run PythonDocker PreCommit 3.x)
     strategy:
       fail-fast: false
       matrix:
diff --git a/.github/workflows/job_PreCommit_Python_Examples.yml 
b/.github/workflows/job_PreCommit_Python_Examples.yml
index 573601dbb50..75844780abd 100644
--- a/.github/workflows/job_PreCommit_Python_Examples.yml
+++ b/.github/workflows/job_PreCommit_Python_Examples.yml
@@ -50,6 +50,7 @@ concurrency:
 
 jobs:
   beam_PreCommit_Python_Examples:
+    name: beam_PreCommit_Python_Examples (Run Python_Examples PreCommit 3.x)
     strategy:
       fail-fast: false
       matrix:

Reply via email to