Skip to content

USB devices

USB devices #10

name: Issue Organization
on:
issues:
types:
- opened
jobs:
assign-label-and-project:
runs-on: [ubuntu-latest]
steps:
- name: Assign to Project
uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/users/JackDotJS/projects/1
github-token: ${{ secrets.ISSUE_ORGANIZATION }}
- name: Add Triage Label
if: success() || failure()
uses: github/issue-labeler@v2.5
with:
configuration-path: .github/labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}
enable-versioned-regex: 0