You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2020/06/08 12:22:06 UTC

[bookkeeper] branch master updated (2a24be6 -> b1c7232)

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

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


    from 2a24be6  [BUG] Fix avoid invoke init drivers repeatedly
     add b1c7232  [BOT] Implement ci bot using github-script

No new revisions were added by this update.

Summary of changes:
 .github/actions/bot/package.json | 31 ++++++++++++++++++
 .github/actions/bot/src/run.js   | 69 ++++++++++++++++++++++++++++++++++++++++
 .github/workflows/bot.yml        | 39 ++++++++++++++++++-----
 .gitignore                       |  3 ++
 4 files changed, 134 insertions(+), 8 deletions(-)
 create mode 100644 .github/actions/bot/package.json
 create mode 100644 .github/actions/bot/src/run.js