summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-28 10:04:35 +0900
committeritchyny <itchyny@cybozu.co.jp>2023-07-28 10:04:35 +0900
commitb33725c96e36d82e4eb8d3871e7565f43a0c6251 (patch)
treec15eb44a91cf0cf748b382378e5a3607daa9c165 /.github
parent72f147e82e8051490e6ddfdb18c90ef84ef1d70c (diff)
Fix gh pr create option on release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 080a8f29..f2070c62 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -394,4 +394,4 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git commit -m "Update signatures of ${TAG_NAME#jq-}"
- gh pr create --title "Update signatures of ${TAG_NAME#jq-}"
+ gh pr create --title "Update signatures of ${TAG_NAME#jq-}" --body ""