Skip to content

Implement Devices Module API Calls #15

Implement Devices Module API Calls

Implement Devices Module API Calls #15

Workflow file for this run

name: Labeler
on:
pull_request_target: # required for auto labeler
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
labeler:
name: "Labeler"
runs-on: "ubuntu-latest"
steps:
- name: "Label"
uses: "actions/labeler@v5"
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}