Turn off issue labeler for now (#9054)
This commit is contained in:
parent
ecf0f0b2aa
commit
95169961f8
|
@ -1,15 +1,15 @@
|
|||
name: "Issue Labeler"
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
# name: "Issue Labeler"
|
||||
# on:
|
||||
# issues:
|
||||
# types: [opened]
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: github/issue-labeler@v2.2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/issue-labeler.yml
|
||||
not-before: "2020-09-14T08:23:00Z"
|
||||
enable-versioned-regex: 0
|
||||
# jobs:
|
||||
# triage:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: github/issue-labeler@v2.2
|
||||
# with:
|
||||
# repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
# configuration-path: .github/issue-labeler.yml
|
||||
# not-before: "2020-09-14T08:23:00Z"
|
||||
# enable-versioned-regex: 0
|
||||
|
|
Loading…
Reference in New Issue