Skip to content

Commit da1267e

Browse files
committed
PR title with time
1 parent ca3c7f9 commit da1267e

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
@@ -241,4 +241,4 @@ jobs:
241241
git config --local user.name "Github Actions"
242242
git fetch origin ${{ needs.get-all-libraries.outputs.branch }}
243243
git checkout ${{ needs.get-all-libraries.outputs.branch }}
244-
gh pr create --title "Update supported library versions" --body "This pull request updates supported versions of the existing libraries in the repo"
244+
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)