Skip to content

Commit

Permalink
Run gh pr create -B main -H integrate/merge-benchmarks-to-main --titl…
Browse files Browse the repository at this point in the history
…e 'docs: update benchmarks while releasing ${version}'

must provide `--title` and `--body` (or `--fill` or `fill-first` or `--fillverbose`) when not running interactively
  • Loading branch information
vbreuss committed Nov 17, 2024
1 parent 7916727 commit 9ad34bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ jobs:
git merge benchmarks
git push --set-upstream origin integrate/merge-benchmarks-to-main
- name: Create pull request
run: |
gh pr create -B main -H integrate/merge-benchmarks-to-main --title 'docs: update benchmarks while releasing ${version}'
run: |
gh pr create -B main -H integrate/merge-benchmarks-to-main --title 'docs: update benchmarks while releasing ${version}' --fill
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 9ad34bb

Please sign in to comment.