Skip to content

Dependency Dashboard #282

Dependency Dashboard

Dependency Dashboard #282

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/[email protected] #May not be the latest version
with:
repo-token: "${{ github.token }}"
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
include-title: 1