feat: add option to run as github action#2
Open
Skitionek wants to merge 17 commits into
Open
Conversation
…r PR and repo statistics
…d directly returning generated markdown
Agent-Logs-Url: https://github.com/Skitionek/github-pr-stats/sessions/c5c3aa53-d085-4e18-9baf-fdb6dd292239 Co-authored-by: Skitionek <22711241+Skitionek@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Skitionek/github-pr-stats/sessions/c5c3aa53-d085-4e18-9baf-fdb6dd292239 Co-authored-by: Skitionek <22711241+Skitionek@users.noreply.github.com>
- Add permissions: read-all to build-action-code.yml (checkov CKV2_GHA_1) - Add missing words to .cspell.json (Skitionek, hmarr, CODEOWNERS) - Add .mega-linter.yml to configure linter thresholds: - jscpd: allow up to 5% duplication (pre-existing clones in src/ and api/) - secretlint: exclude docs/ (contains intentional example credentials) - grype/trivy: only fail on CRITICAL CVEs (Dependabot handles HIGH/MEDIUM)" Agent-Logs-Url: https://github.com/Skitionek/github-pr-stats/sessions/21b6c43e-6869-45ae-aeb3-36a1966f35f2 Co-authored-by: Skitionek <22711241+Skitionek@users.noreply.github.com>
- Replace credential-like placeholders in docs/deployment.md and docs/deployment_zh.md with obviously non-credential strings to pass secretlint - Remove invalid REPOSITORY_SECRETLINT_FILTER_REGEX_EXCLUDE key from .mega-linter.yml which caused YAML v8r schema validation failure" Agent-Logs-Url: https://github.com/Skitionek/github-pr-stats/sessions/ba0843d5-3381-4222-b054-cf2ab44d9550 Co-authored-by: Skitionek <22711241+Skitionek@users.noreply.github.com>
style: simplify CSS color definitions and improve readability fix: enhance useParams hook for better null checks and state management refactor: optimize useResizable and useSVGFetch hooks for clarity feat: add enhanced checkbox styles and improve viewport height handling chore: update TypeScript configuration files for better module resolution chore: modify vercel.json for consistent API routing
- src/App.css: merge duplicate .url-section selectors (no-duplicate-selectors) - src/App.css: reorder .checkbox-subgroup .checkbox-item before .checkbox-group.single .checkbox-item (no-descending-specificity) - api/utils/markdown_generator.ts: fix (repos != null) || [] bug → repos ?? [] - scripts/update-markdown-pr-stats.cjs: rebuild after source fix Agent-Logs-Url: https://github.com/Skitionek/github-pr-stats/sessions/96f83383-1919-418a-ba47-f039568514af Co-authored-by: Skitionek <22711241+Skitionek@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This way it can be included simply as markdown table, instead of svg.


You can see example in here: https://github.com/Skitionek/Skitionek