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

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 182d9f0428 Update GHA CI User (#7397)
182d9f0428 is described below

commit 182d9f0428eebaa8c08b29d8036bb214bcfe78cb
Author: Steve Hamrick <[email protected]>
AuthorDate: Fri Mar 10 14:31:26 2023 -0700

    Update GHA CI User (#7397)
    
    Update CI user
---
 .github/actions/assign-triage-role/README.rst   | 2 +-
 .github/actions/chromedriver-updater/README.rst | 2 +-
 .github/actions/pr-to-update-go/README.rst      | 2 +-
 .github/workflows/assign-triage-role.yml        | 2 +-
 .github/workflows/chromdriver-update.yml        | 2 +-
 .github/workflows/pr-to-update-go.yml           | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/actions/assign-triage-role/README.rst 
b/.github/actions/assign-triage-role/README.rst
index fa6c9b1f46..fc480f7332 100644
--- a/.github/actions/assign-triage-role/README.rst
+++ b/.github/actions/assign-triage-role/README.rst
@@ -53,7 +53,7 @@ Example usage
        - name: Assign Triage Role
          run: python3 -m assign_triage_role
          env:
-           GIT_AUTHOR_NAME: asf-ci
+           GIT_AUTHOR_NAME: asf-ci-trafficcontrol
            GITHUB_TOKEN: ${{ github.token }}
            MINIMUM_COMMITS: 5
            SINCE_DAYS_AGO: 45
diff --git a/.github/actions/chromedriver-updater/README.rst 
b/.github/actions/chromedriver-updater/README.rst
index d21046dcf5..deafa4fcb2 100644
--- a/.github/actions/chromedriver-updater/README.rst
+++ b/.github/actions/chromedriver-updater/README.rst
@@ -52,5 +52,5 @@ Example usage
     - name: Update Chromedriver Versions
       run: python3 -m chromedriver_updater
       env:
-        GIT_AUTHOR_NAME: asf-ci
+        GIT_AUTHOR_NAME: asf-ci-trafficcontrol
         GITHUB_TOKEN: ${{ github.token }}
diff --git a/.github/actions/pr-to-update-go/README.rst 
b/.github/actions/pr-to-update-go/README.rst
index 991bd08b0f..4c3ff29708 100644
--- a/.github/actions/pr-to-update-go/README.rst
+++ b/.github/actions/pr-to-update-go/README.rst
@@ -63,7 +63,7 @@ Example usage
        - name: PR to Update Go
          run: python3 -m pr_to_update_go
          env:
-           GIT_AUTHOR_NAME: asf-ci
+           GIT_AUTHOR_NAME: asf-ci-trafficcontrol
            GITHUB_TOKEN: ${{ github.token }}
            GO_VERSION_FILE: GO_VERSION
 
diff --git a/.github/workflows/assign-triage-role.yml 
b/.github/workflows/assign-triage-role.yml
index bf0b3b3acb..2842887078 100644
--- a/.github/workflows/assign-triage-role.yml
+++ b/.github/workflows/assign-triage-role.yml
@@ -56,7 +56,7 @@ jobs:
         if: ${{ steps.checkout.outcome == 'success' }}
         run: python3 -m assign_triage_role
         env:
-          GIT_AUTHOR_NAME: asf-ci
+          GIT_AUTHOR_NAME: asf-ci-trafficcontrol
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           PR_GITHUB_TOKEN: ${{ secrets.ASFCI_TOKEN }}
           MINIMUM_COMMITS: '${{ github.event.inputs.minimum-commits || 
env.DEFAULT_MINIMUM_COMMITS }}'
diff --git a/.github/workflows/chromdriver-update.yml 
b/.github/workflows/chromdriver-update.yml
index 965e1624a7..36da097924 100644
--- a/.github/workflows/chromdriver-update.yml
+++ b/.github/workflows/chromdriver-update.yml
@@ -45,7 +45,7 @@ jobs:
       - name: Run chromedriver-updater
         uses: ./.github/actions/chromedriver-updater
         env:
-          GIT_AUTHOR_NAME: asf-ci
+          GIT_AUTHOR_NAME: asf-ci-trafficcontrol
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           PR_GITHUB_TOKEN: ${{ secrets.ASFCI_TOKEN }}
           PROJECTS: 
"traffic_portal/test/integration/,experimental/traffic-portal/"
diff --git a/.github/workflows/pr-to-update-go.yml 
b/.github/workflows/pr-to-update-go.yml
index a90c16fe3a..92ebbac589 100644
--- a/.github/workflows/pr-to-update-go.yml
+++ b/.github/workflows/pr-to-update-go.yml
@@ -28,7 +28,7 @@ jobs:
   pr-to-update-go:
     runs-on: ubuntu-latest
     env:
-      GIT_AUTHOR_NAME: asf-ci
+      GIT_AUTHOR_NAME: asf-ci-trafficcontrol
       GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       PR_GITHUB_TOKEN: ${{ secrets.ASFCI_TOKEN }}
       GO_VERSION_FILE: GO_VERSION

Reply via email to