Failing test: Rules Management - Prebuilt Rules Management Integration Tests - ESS Env - Trial License.x-pack/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/management/trial_license_complete_tier/fleet_integration·ts - Rules Management - Prebuilt Rules - Prebuilt Rules Management @ess @serverless @skipInServerlessMKI install_prebuilt_rules_from_real_package should install prebuilt rules from the package storage #306931
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/project-assigner@v2.1.1 | |
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 }} |