You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2022/03/03 16:34:42 UTC

[trafficcontrol] branch master updated (1e21a49 -> 77fc6f9)

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

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


    from 1e21a49  Bump follow-redirects from 1.14.7 to 1.14.9 in /traffic_portal/app/src (#6600)
     add 77fc6f9  Fix the "PR-to-Update-Go" GitHub Action (#6605)

No new revisions were added by this update.

Summary of changes:
 .github/actions/pr-to-update-go/README.rst         |   6 +
 .../pr-to-update-go/pr_to_update_go/__main__.py    |  23 +-
 .../pr-to-update-go/pr_to_update_go/constants.py   |  74 +++++
 .../pr-to-update-go/pr_to_update_go/go_pr_maker.py | 307 ++++++++++++++-------
 .../pr-to-update-go/tests/test_go_pr_maker.py      |  30 +-
 .github/workflows/pr-to-update-go.yml              |   4 +-
 6 files changed, 325 insertions(+), 119 deletions(-)