mirror of https://github.com/go-gorm/gorm.git
15 lines
357 B
YAML
15 lines
357 B
YAML
|
name: "Issue-Labeler"
|
||
|
on:
|
||
|
issues:
|
||
|
types: [opened, edited]
|
||
|
|
||
|
jobs:
|
||
|
triage:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: github/issue-labeler@v2.0
|
||
|
with:
|
||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||
|
configuration-path: ".github/labeler.yml"
|
||
|
not-before: "2020-01-15T02:54:32Z"
|
||
|
enable-versioned-regex: 0
|