mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
ci: escape backslashes in yml
This commit is contained in:
3
.github/workflows/auto-labeler.yml
vendored
3
.github/workflows/auto-labeler.yml
vendored
@@ -1,12 +1,13 @@
|
||||
name: 'Issue/PR Labeler'
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
jobs:
|
||||
triage:
|
||||
name: Triage
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Automatically label Issues/PRs
|
||||
|
||||
Reference in New Issue
Block a user