mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-28 16:06:48 +01:00
remove minecraft version labeler
This commit is contained in:
parent
5099b27448
commit
da2d80f989
2 changed files with 0 additions and 27 deletions
12
.github/config/labels.yml
vendored
12
.github/config/labels.yml
vendored
|
@ -1,12 +0,0 @@
|
|||
'version: 1.14':
|
||||
- '1\.14(?:\.\d)?'
|
||||
'version: 1.15':
|
||||
- '1\.15(?:\.\d)?'
|
||||
'version: 1.16':
|
||||
- '1\.16(?:\.\d)?'
|
||||
'version: 1.17':
|
||||
- '1\.17(?:\.\d)?'
|
||||
'version: 1.18':
|
||||
- '1\.18(?:\.\d)?'
|
||||
'version: 1.19':
|
||||
- '1\.19(?:\.\d)?'
|
15
.github/workflows/label_issues.yml
vendored
15
.github/workflows/label_issues.yml
vendored
|
@ -1,15 +0,0 @@
|
|||
name: "Label Issues"
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: github/issue-labeler@v3.0
|
||||
with:
|
||||
configuration-path: .github/config/labels.yml
|
||||
enable-versioned-regex: 0
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
sync-labels: 1
|
Loading…
Reference in a new issue