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

✨ broaden job matcher for semantic release #3506

Merged
2 changes: 1 addition & 1 deletion checks/raw/permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
// Commonly JavaScript packages, but supports multiple ecosystems
Steps: []*fileparser.JobMatcherStep{
{
Run: "npx.*semantic-release",
Run: "(npx|pnpm|yarn).*semantic-release",

Check warning on line 476 in checks/raw/permissions.go

View check run for this annotation

Codecov / codecov/patch

checks/raw/permissions.go#L476

Added line #L476 was not covered by tests
spencerschrock marked this conversation as resolved.
Show resolved Hide resolved
},
},
LogText: "candidate publishing workflow using semantic-release",
Expand Down
Loading