Failing test: X-Pack Alerting API Integration Tests - Alerting - group4.x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/builtin_alert_types/circuit_breaker/index_threshold_max_alerts·ts - Alerting builtin alertTypes circuit_breakers index threshold rule that hits max alerts circuit breaker persist existing alerts to next execution if circuit breaker is hit #288908
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 }} |