We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f76a7c commit a709ee7Copy full SHA for a709ee7
.github/workflows/update-timestamps.yml
@@ -125,6 +125,6 @@ jobs:
125
126
- name: Create PR
127
if: steps.pr-check.outputs.pr_exists
128
- run: gh pr create --title "[Auto] Bump repo timestamps to latest" --base main --head auto/bump-timestamps
+ run: gh pr create --title "[Auto] Bump repo timestamps to latest" --base main --head auto/bump-timestamps --body "Updated Release Train timestamps in defaults.yml with latest from Ark"
129
env:
130
GH_TOKEN: ${{ github.token }}
0 commit comments