This is an automated email from the ASF dual-hosted git repository.
danoliveira pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 0d007a7 Merge pull request #17065 from [BEAM-14079] [playground]
Improve accessibility
add c76a1c8 [BEAM-13925] Find and address prs that havent been reviewed
in a week (#17001)
No new revisions were added by this update.
Summary of changes:
.github/workflows/pr-bot-new-prs.yml | 2 +-
...ew-prs.yml => pr-bot-prs-needing-attention.yml} | 10 +-
scripts/ci/pr-bot/findPrsNeedingAttention.ts | 222 +++++++++++++++++++++
scripts/ci/pr-bot/package-lock.json | 8 +-
scripts/ci/pr-bot/package.json | 9 +-
scripts/ci/pr-bot/processPrUpdate.ts | 45 ++++-
scripts/ci/pr-bot/shared/commentStrings.ts | 36 +++-
scripts/ci/pr-bot/shared/constants.ts | 2 +
scripts/ci/pr-bot/shared/reviewerConfig.ts | 3 +-
9 files changed, 319 insertions(+), 18 deletions(-)
copy .github/workflows/{pr-bot-new-prs.yml =>
pr-bot-prs-needing-attention.yml} (86%)
create mode 100644 scripts/ci/pr-bot/findPrsNeedingAttention.ts