Skip to content

feat(aci): add exclusion to issue type filter#107535

Merged
mifu67 merged 2 commits intomasterfrom
mifu67/aci/issue-type-filter-exclude
Feb 5, 2026
Merged

feat(aci): add exclusion to issue type filter#107535
mifu67 merged 2 commits intomasterfrom
mifu67/aci/issue-type-filter-exclude

Conversation

@mifu67
Copy link
Copy Markdown
Contributor

@mifu67 mifu67 commented Feb 3, 2026

We want to allow users to exclude certain issue types. ISWF-1950

@mifu67 mifu67 requested a review from a team as a code owner February 3, 2026 19:53
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 3, 2026
Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment on lines +25 to +29
"properties": {
"value": {"type": "integer", "enum": get_all_valid_type_ids()},
"type": {"type": "boolean"},
},
"required": ["value"], # if type is not present, then default to True
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little confused about why we need to allow bool here

@mifu67 mifu67 enabled auto-merge (squash) February 5, 2026 19:07
@mifu67 mifu67 merged commit 2f60aec into master Feb 5, 2026
72 checks passed
@mifu67 mifu67 deleted the mifu67/aci/issue-type-filter-exclude branch February 5, 2026 19:28
@github-actions github-actions bot locked and limited conversation to collaborators Feb 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants