You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/clarity-js-sdk-pr.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ jobs:
22
22
run:
23
23
name: Open Clarity JS SDK PR
24
24
runs-on: ubuntu-latest
25
-
# This condition can be removed once the main `stacks-blockchain` workflow creates pre-releases
25
+
# This condition can be removed once the main `stacks-core` workflow creates pre-releases
26
26
# when appropriate, instead of full releases for every tag passed in.
27
27
if: "!contains(github.ref, '-rc')"
28
28
steps:
@@ -58,7 +58,7 @@ jobs:
58
58
labels: |
59
59
dependencies
60
60
body: |
61
-
:robot: This is an automated pull request created from a new release in [stacks-blockchain](https://github.com/stacks-network/stacks-blockchain/releases).
61
+
:robot: This is an automated pull request created from a new release in [stacks-core](https://github.com/stacks-network/stacks-core/releases).
0 commit comments