Skip to content

Kernel check on verify is not passing when version is 3.10 which is greater than 3.2, because of float check #11256

Kernel check on verify is not passing when version is 3.10 which is greater than 3.2, because of float check

Kernel check on verify is not passing when version is 3.10 which is greater than 3.2, because of float check #11256

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"