This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a change to branch ozone-2.1
in repository https://gitbox.apache.org/repos/asf/ozone.git
from b7995a2867a HDDS-14171. Use workflow inputs in run command via
environment variable (#9498)
new 66253fa33b6 HDDS-14833. Bump GitHub action versions (#9916)
new 0d690b7ed4d HDDS-11370. Use GitHub's stale action to auto-close
inactive pull requests (#9259)
new 90583bc4a31 HDDS-13923. Remove leftover references to custom pending
label (#9290)
new 76440793170 HDDS-14785. Remove PR comment commands (#9885)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/ci.md | 14 +---
.github/close-pending.sh | 41 ------------
.github/closing-message.txt | 7 --
.github/comment-commands/close.sh | 35 ----------
.github/comment-commands/debug.sh | 21 ------
.github/comment-commands/help.sh | 27 --------
.github/comment-commands/label.sh | 25 --------
.github/comment-commands/pending.sh | 39 -----------
.github/comment-commands/ready.sh | 35 ----------
.github/comment-commands/retest.sh | 75 ----------------------
.github/process-comment.sh | 56 ----------------
.github/workflows/build-ratis.yml | 10 +--
.github/workflows/check.yml | 24 +++----
.github/workflows/ci.yml | 16 ++---
.../{close-pending.yaml => close-stale-prs.yaml} | 30 +++++----
.github/workflows/comments.yaml | 33 ----------
.github/workflows/intermittent-test-check.yml | 26 ++++----
.github/workflows/label-pr.yml | 2 +-
.github/workflows/populate-cache.yml | 10 +--
.github/workflows/pull-request.yml | 2 +-
.github/workflows/repeat-acceptance.yml | 18 +++---
21 files changed, 74 insertions(+), 472 deletions(-)
delete mode 100755 .github/close-pending.sh
delete mode 100644 .github/closing-message.txt
delete mode 100755 .github/comment-commands/close.sh
delete mode 100755 .github/comment-commands/debug.sh
delete mode 100755 .github/comment-commands/help.sh
delete mode 100755 .github/comment-commands/label.sh
delete mode 100755 .github/comment-commands/pending.sh
delete mode 100755 .github/comment-commands/ready.sh
delete mode 100755 .github/comment-commands/retest.sh
delete mode 100755 .github/process-comment.sh
rename .github/workflows/{close-pending.yaml => close-stale-prs.yaml} (50%)
delete mode 100644 .github/workflows/comments.yaml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]