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 9604819 commit 2fb453eCopy full SHA for 2fb453e
.github/workflows/verify-new-library-version-compatibility.yml
@@ -363,4 +363,7 @@ jobs:
363
git checkout ${{ needs.get-all-libraries.outputs.branch }}
364
gh pr create \
365
--title "[Automation] Update supported library versions $(date '+%Y-%m-%dT%H:%M')" \
366
- --body "This pull request updates supported versions of the existing libraries in the repo"
+ --body "This pull request updates supported versions of the existing libraries in the repo" \
367
+ --reviewer "kimeta" \
368
+ --assignee "vjovanov" \
369
+ --label "library-bulk-update"
0 commit comments