Skip to content

Dependency Dashboard #319

Dependency Dashboard

Dependency Dashboard #319

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
jobs:
triage:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: github/issue-labeler@v3.1 #May not be the latest version
with:
repo-token: "${{ github.token }}"
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
include-title: 1