@happyvertical/github-actions 0.77.0 → 0.78.0

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/AGENT.md CHANGED
@@ -7,7 +7,7 @@ Reusable GitHub Actions utilities for issue triage, PR validation, and workflow
7
7
  ## Package Map
8
8
  - Package: `@happyvertical/github-actions`
9
9
  - Hierarchy path: `@happyvertical/sdk > packages > github-actions`
10
- - Workspace position: `13 of 30` local packages
10
+ - Workspace position: `13 of 31` local packages
11
11
  - Internal dependencies: `@happyvertical/projects`, `@happyvertical/repos`
12
12
  - Internal dependents: none
13
13
  - Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
package/metadata.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "path": "packages/github-actions",
4
4
  "position": {
5
5
  "index": 13,
6
- "count": 30
6
+ "count": 31
7
7
  },
8
8
  "description": "Reusable GitHub Actions utilities for issue triage, PR validation, and workflow automation",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/github-actions",
3
- "version": "0.77.0",
3
+ "version": "0.78.0",
4
4
  "description": "Reusable GitHub Actions utilities for issue triage, PR validation, and workflow automation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,8 +16,8 @@
16
16
  }
17
17
  },
18
18
  "dependencies": {
19
- "@happyvertical/projects": "0.77.0",
20
- "@happyvertical/repos": "0.77.0"
19
+ "@happyvertical/projects": "0.78.0",
20
+ "@happyvertical/repos": "0.78.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "25.0.10",