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 01d503a commit 8ac3f45Copy full SHA for 8ac3f45
.github/workflows/update-flake-dependencies.yml
@@ -34,4 +34,4 @@ jobs:
34
--field content=@<(base64 -i $FILE_TO_COMMIT) \
35
--field branch="$COMMIT_BRANCH" \
36
--field sha="$(git rev-parse $COMMIT_BRANCH:$FILE_TO_COMMIT)"
37
- gh pr create --title "[automation]: Update Flake dependencies" --reviewer mrjones2014 --base main --head $COMMIT_BRANCH
+ gh pr create --title "[automation]: Update Flake dependencies" --body "This is an automated PR to update \`flake.lock\`" --reviewer mrjones2014 --base main --head $COMMIT_BRANCH
0 commit comments