Skip to content

fix(device-plugin): allow devices to recover to healthy after xid error #11

fix(device-plugin): allow devices to recover to healthy after xid error

fix(device-plugin): allow devices to recover to healthy after xid error #11

Workflow file for this run

name: "PR Labeler"
on:
pull_request_target:
types: [opened, edited]
permissions:
issues: write
pull-requests: write
contents: read
jobs:
labeling:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
sync-labels: 1
include-title: 1
include-body: 0
repo-token: ${{ github.token }}