Skip to content

Failing test: Chrome X-Pack UI Functional Tests Basic License - ml - permissions.x-pack/test/functional_basic/apps/ml/permissions/no_ml_access·ts - machine learning basic license - permissions for user with no ML access (ft_ml_unauthorized) "before all" hook for "should not allow access to the ML app" #231256

Failing test: Chrome X-Pack UI Functional Tests Basic License - ml - permissions.x-pack/test/functional_basic/apps/ml/permissions/no_ml_access·ts - machine learning basic license - permissions for user with no ML access (ft_ml_unauthorized) "before all" hook for "should not allow access to the ML app"

Failing test: Chrome X-Pack UI Functional Tests Basic License - ml - permissions.x-pack/test/functional_basic/apps/ml/permissions/no_ml_access·ts - machine learning basic license - permissions for user with no ML access (ft_ml_unauthorized) "before all" hook for "should not allow access to the ML app" #231256

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": "Feature:Lens", "projectNumber": 32, "columnName": "Long-term goals"},
{"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 }}