mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
Turn off issue labeler for now (#9054)
This commit is contained in:
parent
9f893307de
commit
97eac7e4c8
28
.github/workflows/issue-labeler.yml
vendored
28
.github/workflows/issue-labeler.yml
vendored
@ -1,15 +1,15 @@
|
|||||||
name: "Issue Labeler"
|
# name: "Issue Labeler"
|
||||||
on:
|
# on:
|
||||||
issues:
|
# issues:
|
||||||
types: [opened]
|
# types: [opened]
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
triage:
|
# triage:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: github/issue-labeler@v2.2
|
# - uses: github/issue-labeler@v2.2
|
||||||
with:
|
# with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
# repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
configuration-path: .github/issue-labeler.yml
|
# configuration-path: .github/issue-labeler.yml
|
||||||
not-before: "2020-09-14T08:23:00Z"
|
# not-before: "2020-09-14T08:23:00Z"
|
||||||
enable-versioned-regex: 0
|
# enable-versioned-regex: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user