Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0819da8
feat: add remove rca gha
Qbandev Aug 26, 2025
c11aea4
fix: install packages
Qbandev Aug 26, 2025
9b7ffa3
fix: install packages issues
Qbandev Aug 26, 2025
007133f
revert: restore package.json and yarn.lock to origin/main state
Qbandev Aug 26, 2025
4914fd5
fix: apply Prettier formatting to .depcheckrc.json
Qbandev Aug 26, 2025
9caaa34
fix: apply Prettier formatting to remove-rca-needed-label-sheets.ts
Qbandev Aug 26, 2025
49671dd
refactor: improve robustness based on Copilot review
Qbandev Aug 27, 2025
eee20bc
Merge branch 'main' into feat(INFRA-2864)/rca-needed-label-removal
Qbandev Aug 27, 2025
0ccbd2a
refactor: address additional Copilot review feedback
Qbandev Aug 27, 2025
b2179d2
refactor: require explicit spreadsheet ID configuration
Qbandev Aug 27, 2025
7e060e6
refactor: remove usage of internal GitHub API
Qbandev Aug 27, 2025
dd2d6aa
refactor: remove magic numbers and improve error handling
Qbandev Aug 27, 2025
6d2de76
refactor: improve code consistency and efficiency
Qbandev Aug 27, 2025
b9a1090
refactor: improve type safety throughout the script
Qbandev Aug 27, 2025
195420a
refactor: clean up repetitive comments and improve clarity
Qbandev Aug 27, 2025
b991927
refactor: improve code organization and documentation
Qbandev Aug 27, 2025
d3920ce
feat: add version pinning and improve query maintainability
Qbandev Aug 27, 2025
c06c498
security: implement critical security improvements
Qbandev Aug 27, 2025
76a79fa
fix: isolate npm dependencies to avoid Yarn conflicts
Qbandev Aug 27, 2025
266c70f
fix: remove unnecessary @octokit/types dependency
Qbandev Aug 27, 2025
ff81bf5
fix: add --no-config flag to tsx to avoid tsconfig conflicts
Qbandev Aug 27, 2025
2a839c7
fix: properly pass --no-config flag to tsx instead of node
Qbandev Aug 27, 2025
198f424
fix: add minimal tsconfig.json to prevent tsx from searching parent d…
Qbandev Aug 27, 2025
26b93b8
fix: reorder repository checkouts to prevent file overwrite
Qbandev Aug 27, 2025
4e3d8cc
refactor: simplify workflow to use npx directly
Qbandev Aug 27, 2025
e89c965
fix: add tsconfig isolation for npx execution
Qbandev Aug 27, 2025
09c4444
fix: use local npm install for module resolution
Qbandev Aug 27, 2025
4703049
docs: add live test results to PR description
Qbandev Aug 27, 2025
48733e5
chore: remove pr-description.md from repository
Qbandev Aug 27, 2025
d343889
fix: remove redundant optional chaining in toString call
Qbandev Aug 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"@swc/cli",
"@swc/core",
"ts-node",
"typedoc"
"typedoc",
"@actions/core",
"@actions/github"
]
}
Loading
Loading