File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " npm"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change 1+ name : " CodeQL Security Scan"
2+
3+ on :
4+ push :
5+ branches : ["main"]
6+ pull_request :
7+ branches : ["main"]
8+
9+ jobs :
10+ analyze :
11+ name : Analyze Code
12+ runs-on : ubuntu-latest
13+ permissions :
14+ actions : read
15+ contents : read
16+ security-events : write
17+
18+ steps :
19+ - name : Checkout repository
20+ uses : actions/checkout@v4
21+
22+ - name : Initialize CodeQL
23+ uses : github/codeql-action/init@v3
24+ with :
25+ languages : javascript-typescript
26+
27+ - name : Perform CodeQL Analysis
28+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 1+ name : " PR Title Linter"
2+
3+ on :
4+ pull_request_target :
5+ types :
6+ - opened
7+ - edited
8+ - synchronize
9+
10+ jobs :
11+ main :
12+ name : Validate PR Title
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : amannn/action-semantic-pull-request@v5
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+ with :
19+ types : |
20+ fix
21+ feat
22+ chore
23+ docs
24+ style
25+ refactor
26+ perf
27+ test
Original file line number Diff line number Diff line change 1+ {
2+ "packages" : {
3+ "packages/agent" : {
4+ "release-type" : " node"
5+ }
6+ }
7+ }
Original file line number Diff line number Diff line change 1+ {
2+ "packages/agent" : " 0.4.1"
3+ }
You can’t perform that action at this time.
0 commit comments