From 2955e7b82f5eea3c51d3e4f7d5ed566f294faa2e Mon Sep 17 00:00:00 2001 From: Theo Truong Date: Tue, 12 Nov 2024 12:46:03 -0700 Subject: [PATCH] Added date to AUTOCUT title and branch to easier tell these PRs apart. --- .github/workflows/generate_api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_api.yml b/.github/workflows/generate_api.yml index 20278f177..560288b32 100644 --- a/.github/workflows/generate_api.yml +++ b/.github/workflows/generate_api.yml @@ -51,11 +51,11 @@ jobs: with: token: ${{ steps.github_app_token.outputs.token }} commit-message: "Updated opensearch-js to reflect the latest OpenSearch API spec (${{ env.date }})" - title: "[AUTOCUT] Update opensearch-js to reflect the latest OpenSearch API spec" + title: "[AUTOCUT] Update opensearch-js to reflect the latest OpenSearch API spec (${{ env.date }})" body: | Update `opensearch-js` to reflect the latest [OpenSearch API spec](https://github.com/opensearch-project/opensearch-api-specification/releases/download/main-latest/opensearch-openapi.yaml). Date: ${{ env.date }} - branch: update-api-from-spec + branch: update-api-from-spec-${{ env.date }} base: main signoff: true labels: |