From 158d0bdd554435df7e5442f3fcaab802d971e014 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Mon, 23 Oct 2023 21:29:19 +0000 Subject: [PATCH] Ready for merging Signed-off-by: Peter Nied --- .github/workflows/pull-request-checks.yml | 6 +++--- CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 8570fc20f8dad..11998e36c2dbb 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -13,11 +13,11 @@ on: ] jobs: - verify-description: - name: Verify Description + verify-description-checklist: + name: Verify Description Checklist runs-on: ubuntu-latest steps: - - uses: peternied/check-pull-request-description@main + - uses: peternied/check-pull-request-description-checklist@v1 with: checklist-items: | New functionality includes testing. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4563a216974..6a0825341b9c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - [Remote cluster state] Download functionality of global metadata from remote store ([#10535](https://github.com/opensearch-project/OpenSearch/pull/10535)) - [Remote cluster state] Restore global metadata from remote store when local state is lost after quorum loss ([#10404](https://github.com/opensearch-project/OpenSearch/pull/10404)) - [AdmissionControl] Added changes for AdmissionControl Interceptor and AdmissionControlService for RateLimiting ([#9286](https://github.com/opensearch-project/OpenSearch/pull/9286)) +- GHA to verify checklist items completion in PR descriptions ([#10800](https://github.com/opensearch-project/OpenSearch/pull/10800)) ### Dependencies - Bump `log4j-core` from 2.18.0 to 2.19.0