Skip to content

Commit 3e9cbd1

Browse files
committed
style: update-on-new-ipfs-tag
1 parent 383d966 commit 3e9cbd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-on-new-ipfs-tag.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
source_branch: ${{ steps.update.outputs.updated_branch }}
2727
destination_branch: "main"
28-
pr_title: "Bump http-api-docs dependency on go-ipfs to ${{ steps.latest_ipfs.outputs.latest_tag }}"
28+
pr_title: "Bump CLI and HTTP API reference to go-ipfs ${{ steps.latest_ipfs.outputs.latest_tag }}"
29+
pr_body: "Release Notes: https://github.com/ipfs/go-ipfs/releases/${{ steps.latest_ipfs.outputs.latest_tag }}"
30+
pr_label: "needs/triage,P0"

0 commit comments

Comments
 (0)