@theholocron/cli 2.0.0-alpha.42 → 2.0.0-alpha.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.mjs +2 -0
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -957,6 +957,7 @@ jobs:
|
|
|
957
957
|
name: Add Labels to PRs
|
|
958
958
|
permissions:
|
|
959
959
|
contents: read
|
|
960
|
+
issues: write
|
|
960
961
|
pull-requests: write
|
|
961
962
|
runs-on: ubuntu-latest
|
|
962
963
|
timeout-minutes: 5
|
|
@@ -1902,6 +1903,7 @@ on: # yamllint disable-line rule:truthy
|
|
|
1902
1903
|
|
|
1903
1904
|
permissions:
|
|
1904
1905
|
contents: read
|
|
1906
|
+
issues: write
|
|
1905
1907
|
pull-requests: write
|
|
1906
1908
|
|
|
1907
1909
|
jobs:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/cli",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.43",
|
|
4
4
|
"description": "The Holocron CLI — a pluggable, capability-based orchestrator for spinning up and operating software projects.",
|
|
5
5
|
"homepage": "https://github.com/theholocron/holocron/tree/main/packages/cli#readme",
|
|
6
6
|
"bugs": "https://github.com/theholocron/holocron/issues",
|