Failing test: [MKI][QA][Periodic] Detection Engine - Exception Operators Integer Types Integration Tests - Serverless Env - Essentials Tier.x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/operators_data_types/integer/basic_license_essentials_tier/integer·ts - Detection Engine - Exceptions integer types @serverless @serverlessQA @ess Rule exception operators for data type integer "is in list" operator working against string values in the data set will return 2 results if we have a list that includes 2 integer #312817
This file contains 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
on: | |
issues: | |
types: [labeled, unlabeled] | |
jobs: | |
assign_to_project: | |
runs-on: ubuntu-latest | |
name: Assign issue or PR to project based on label | |
steps: | |
- name: Assign to project | |
uses: elastic/github-actions/[email protected] | |
id: project_assigner | |
with: | |
issue-mappings: | | |
[ | |
{"label": "Team:DataDiscovery", "projectNumber": 44, "columnName": "Inbox"}, | |
{"label": "Feature:Canvas", "projectNumber": 38, "columnName": "Inbox"}, | |
{"label": "Feature:Dashboard", "projectNumber": 68, "columnName": "Inbox"}, | |
{"label": "Feature:Drilldowns", "projectNumber": 68, "columnName": "Inbox"}, | |
{"label": "Feature:Input Controls", "projectNumber": 72, "columnName": "Inbox"} | |
] | |
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }} |