We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bd458b + eb28141 commit cd9c6ceCopy full SHA for cd9c6ce
.github/workflows/weekly-poetry-bot.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Create Pull Request via gh
69
run: |
70
gh pr create --title "chore(deps): :arrows_counterclockwise: update dependencies ${{ env.DATE }}" \
71
- --body "This is an auto-generated pull request to update dependencies in `poetry.lock`." \
+ --body "This is an auto-generated pull request to update dependencies in <<poetry.lock>>.\n\nUpdated packages:\n\n$update_log')." \
72
--base main \
73
--head update-dependencies-${{ env.DATE }}
74
env:
0 commit comments