You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/03/01 02:21:25 UTC

[beam] branch master updated (5a8bb08 -> 3070d5f)

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

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


    from 5a8bb08  [BEAM-13917] Improve coverage of databaseio package (#16956)
     add 3070d5f  [BEAM-13925] Add entry files to process new prs and pr updates for PR automation (#16950)

No new revisions were added by this update.

Summary of changes:
 scripts/ci/pr-bot/.gitignore            |  38 ++++++
 scripts/ci/pr-bot/Commands.md           |  32 +++++
 scripts/ci/pr-bot/processNewPrs.ts      | 226 ++++++++++++++++++++++++++++++++
 scripts/ci/pr-bot/processPrUpdate.ts    | 208 +++++++++++++++++++++++++++++
 scripts/ci/pr-bot/shared/githubUtils.ts |   8 ++
 scripts/ci/pr-bot/shared/userCommand.ts |   6 +-
 6 files changed, 514 insertions(+), 4 deletions(-)
 create mode 100644 scripts/ci/pr-bot/.gitignore
 create mode 100644 scripts/ci/pr-bot/Commands.md
 create mode 100644 scripts/ci/pr-bot/processNewPrs.ts
 create mode 100644 scripts/ci/pr-bot/processPrUpdate.ts