Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to use @github/issue-parser #92

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Conversation

ncalteen
Copy link
Contributor

@ncalteen ncalteen commented Nov 5, 2024

Now that the core logic of this action is available via an npm package, @github/issue-parser, there's no need to maintain the same logic within the action itself. This PR removes the extra code and replaces with use of the new package.

@ncalteen ncalteen self-assigned this Nov 5, 2024
@ncalteen ncalteen requested a review from a team as a code owner November 5, 2024 16:37
Copy link

github-actions bot commented Nov 5, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.03s
✅ JSON jsonlint 21 0 0.18s
✅ JSON npm-package-json-lint yes no 0.46s
✅ JSON prettier 21 0 1.02s
✅ JSON v8r 21 0 24.22s
✅ MARKDOWN markdownlint 1 0 0.52s
✅ MARKDOWN markdown-link-check 8 0 1.5s
✅ REPOSITORY checkov yes no 15.73s
✅ REPOSITORY gitleaks yes no 0.44s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 0.84s
✅ REPOSITORY trivy-sbom yes no 1.07s
✅ REPOSITORY trufflehog yes no 15.85s
✅ TYPESCRIPT prettier 6 0 0.76s
✅ YAML prettier 20 0 0.86s
✅ YAML v8r 20 0 22.03s
✅ YAML yamllint 20 0 0.48s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@ncalteen ncalteen merged commit 930076f into main Nov 5, 2024
5 checks passed
@ncalteen ncalteen deleted the ncalteen/issue-parser branch November 5, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant