Skip to content

Failing test: Serverless Security Functional Tests - Common Group 3.x-pack/test_serverless/functional/test_suites/common/visualizations/group2/open_in_lens/agg_based/heatmap·ts - Visualizations - Group 2 lens app - Agg based Vis Open in Lens Heatmap should convert to Lens #300967

Failing test: Serverless Security Functional Tests - Common Group 3.x-pack/test_serverless/functional/test_suites/common/visualizations/group2/open_in_lens/agg_based/heatmap·ts - Visualizations - Group 2 lens app - Agg based Vis Open in Lens Heatmap should convert to Lens

Failing test: Serverless Security Functional Tests - Common Group 3.x-pack/test_serverless/functional/test_suites/common/visualizations/group2/open_in_lens/agg_based/heatmap·ts - Visualizations - Group 2 lens app - Agg based Vis Open in Lens Heatmap should convert to Lens #300967

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 }}