Skip to content

Commit

Permalink
Added date to AUTOCUT title and branch to easier tell these PRs apart.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtruong committed Nov 12, 2024
1 parent 64e2128 commit 2955e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2955e7b

Please sign in to comment.