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 383d966 commit 3e9cbd1Copy full SHA for 3e9cbd1
.github/workflows/update-on-new-ipfs-tag.yml
@@ -25,4 +25,6 @@ jobs:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
source_branch: ${{ steps.update.outputs.updated_branch }}
27
destination_branch: "main"
28
- pr_title: "Bump http-api-docs dependency on go-ipfs to ${{ steps.latest_ipfs.outputs.latest_tag }}"
+ 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