mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
ci: try different syntax in yaml file
This commit is contained in:
31
.github/labeler.yml
vendored
31
.github/labeler.yml
vendored
@@ -5,11 +5,8 @@ labels:
|
|||||||
sync: true
|
sync: true
|
||||||
matcher:
|
matcher:
|
||||||
files:
|
files:
|
||||||
any:
|
any: ['*']
|
||||||
- '*'
|
all: ['!packages/*', '!packages/**/*']
|
||||||
all:
|
|
||||||
- '!packages/*'
|
|
||||||
- '!packages/**/*'
|
|
||||||
|
|
||||||
- label: 'semver:major'
|
- label: 'semver:major'
|
||||||
sync: true
|
sync: true
|
||||||
@@ -30,46 +27,34 @@ labels:
|
|||||||
sync: true
|
sync: true
|
||||||
matcher:
|
matcher:
|
||||||
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*builders"
|
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*builders"
|
||||||
files:
|
files: ['packages/builders/*', 'packages/builders/**/*']
|
||||||
- 'packages/builders/*'
|
|
||||||
- 'packages/builders/**/*'
|
|
||||||
|
|
||||||
- label: 'packages:collection'
|
- label: 'packages:collection'
|
||||||
sync: true
|
sync: true
|
||||||
matcher:
|
matcher:
|
||||||
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*collection"
|
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*collection"
|
||||||
files:
|
files: ['packages/collection/*', 'packages/collection/**/*']
|
||||||
- 'packages/collection/*'
|
|
||||||
- 'packages/collection/**/*'
|
|
||||||
|
|
||||||
- label: 'packages:discord.js'
|
- label: 'packages:discord.js'
|
||||||
sync: true
|
sync: true
|
||||||
matcher:
|
matcher:
|
||||||
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*discord\\.js"
|
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*discord\\.js"
|
||||||
files:
|
files: ['packages/discord.js/*', 'packages/discord.js/**/*']
|
||||||
- 'packages/discord.js/*'
|
|
||||||
- 'packages/discord.js/**/*'
|
|
||||||
|
|
||||||
- label: 'packages:rest'
|
- label: 'packages:rest'
|
||||||
sync: true
|
sync: true
|
||||||
matcher:
|
matcher:
|
||||||
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*rest"
|
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*rest"
|
||||||
files:
|
files: ['packages/rest/*', 'packages/rest/**/*']
|
||||||
- 'packages/rest/*'
|
|
||||||
- 'packages/rest/**/*'
|
|
||||||
|
|
||||||
- label: 'packages:voice'
|
- label: 'packages:voice'
|
||||||
sync: true
|
sync: true
|
||||||
matcher:
|
matcher:
|
||||||
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*voice"
|
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*voice"
|
||||||
files:
|
files: ['packages/voice/*', 'packages/voice/**/*']
|
||||||
- 'packages/voice/*'
|
|
||||||
- 'packages/voice/**/*'
|
|
||||||
|
|
||||||
- label: 'packages:ws'
|
- label: 'packages:ws'
|
||||||
sync: true
|
sync: true
|
||||||
matcher:
|
matcher:
|
||||||
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*ws"
|
body: "(\\s|.)*### Which package is this bug report for\\?(\\s|.)*ws"
|
||||||
files:
|
files: ['packages/ws/*', 'packages/ws/**/*']
|
||||||
- 'packages/ws/*'
|
|
||||||
- 'packages/ws/**/*'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user