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

feat: Add configurable auto-approval #1190

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

feat(autoapprovalrules): add API route to fetch (mock) auto approval …

2ec35de
Select commit
Loading
Failed to load commit list.
Draft

feat: Add configurable auto-approval #1190

feat(autoapprovalrules): add API route to fetch (mock) auto approval …
2ec35de
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 26, 2025 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 11 in server/entity/AutoApproval/GenreSpecification.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to property Warning

This write to property 'comparator' is useless, since
another property write
always overrides it.

Check warning on line 5 in server/entity/AutoApproval/ReleaseYearSpecification.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to property Warning

This write to property 'comparator' is useless, since
another property write
always overrides it.