Remove the workflow file
The comment out file causes github to send us error emails on every commit
This commit is contained in:
parent
e3e1d687df
commit
fe8d85f40b
|
@ -1,15 +0,0 @@
|
||||||
# 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
|
|
Loading…
Reference in New Issue