Skip to content

Commit ca27004

Browse files
Zie619claude
andcommitted
chore: fix CI tag globs, consolidate CODEOWNERS, remove leftover files
- Exclude vscode-* tags from publish.yml and docker.yml to prevent false PyPI/Docker builds when VS Code extension tags are pushed - Consolidate CODEOWNERS into .github/CODEOWNERS (takes precedence) - Upgrade publish-vscode.yml action versions to @v6 - Remove leftover n8n-readme-rewrite.md, credentials/, icon-placeholder Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 474e527 commit ca27004

File tree

8 files changed

+27
-425
lines changed

8 files changed

+27
-425
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1+
# AI-BOM Code Owners
2+
# These owners will be requested for review on PRs
3+
4+
# Default owners for everything
15
* @Zie619
6+
7+
# Scanners
8+
/src/ai_bom/scanners/ @Zie619
9+
10+
# Reporters
11+
/src/ai_bom/reporters/ @Zie619
12+
13+
# CI/CD
14+
/.github/ @Zie619
15+
16+
# Documentation
17+
/docs/ @Zie619
18+
19+
# VS Code Extension
20+
/vscode-extension/ @Zie619

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Docker
22

33
on:
44
push:
5-
tags: ["v*"]
5+
tags:
6+
- "v*"
7+
- "!vscode-*"
68

79
permissions:
810
contents: read

.github/workflows/publish-vscode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
publish:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
10-
- uses: actions/setup-node@v4
9+
- uses: actions/checkout@v6
10+
- uses: actions/setup-node@v6
1111
with:
1212
node-version: 20
1313
- run: cd vscode-extension && npm ci

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Publish to PyPI
22

33
on:
44
push:
5-
tags: ["v*"]
5+
tags:
6+
- "v*"
7+
- "!vscode-*"
68

79
permissions:
810
id-token: write

CODEOWNERS

Lines changed: 0 additions & 17 deletions
This file was deleted.

credentials/TruseraApi.credentials.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)