Skip to content

Commit 7cd681a

Browse files
committed
PR title with time
1 parent 41aad4e commit 7cd681a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-new-library-versions-in-batch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ jobs:
245245
git config --local user.name "Github Actions"
246246
git fetch origin ${{ needs.get-all-libraries.outputs.branch }}
247247
git checkout ${{ needs.get-all-libraries.outputs.branch }}
248-
gh pr create --title "Update supported library versions" --body "This pull request updates supported versions of the existing libraries in the repo"
248+
gh pr create --title "[Automation] Update supported library versions $(date '+%Y-%m-%dT%H:%M')" --body "This pull request updates supported versions of the existing libraries in the repo"

0 commit comments

Comments
 (0)