You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|