Merge branch 'master' into dev

This commit is contained in:
MistEO
2022-08-06 21:28:13 +08:00
2 changed files with 103 additions and 0 deletions

18
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: "Labeler"
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
not-before: 2022-08-05T00:00:00Z
enable-versioned-regex: 0
include-title: 1