This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from a328009 Merge pull request #425 from
Aman-Mittal/fix/route-titles-and-polish
add a8fe8ed ci: verify commits against GitHub's own verdict, and explain
failures on the PR
new 505f52d Merge pull request #430 from
Aman-Mittal/ci/harden-signed-commits-and-welcome
The 1 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/scripts/check-commit-signatures.js | 292 +++++++++++++++++++++++++++
.github/scripts/welcome-contributor.js | 165 +++++++++++++++
.github/workflows/signed-commit.yml | 60 ++++--
.github/workflows/welcome-contributor.yml | 71 +++++++
scripts/pr-comment-actions.test.mjs | 312 +++++++++++++++++++++++++++++
scripts/verify-signed-commits.sh | 14 ++
6 files changed, 894 insertions(+), 20 deletions(-)
create mode 100644 .github/scripts/check-commit-signatures.js
create mode 100644 .github/scripts/welcome-contributor.js
create mode 100644 .github/workflows/welcome-contributor.yml
create mode 100644 scripts/pr-comment-actions.test.mjs