3 changed files with 44 additions and 42 deletions
@ -1,83 +1,83 @@ |
|||||
# Add/remove 'critical' label if issue contains the words 'urgent' or 'critical' |
# Add/remove 'critical' label if issue contains the words 'urgent' or 'critical' |
||||
# Type |
# Type |
||||
"type: game server request": |
"type: game server request": |
||||
- '(Server Request)' |
- '/(Server Request)/i' |
||||
"type: bug": |
"type: bug": |
||||
- '(bug)' |
- '/(bug)/i' |
||||
"type: feature request": |
"type: feature request": |
||||
- '(feature)' |
- '/(feature)/i' |
||||
# Commands |
# Commands |
||||
"command: backup": |
"command: backup": |
||||
- '(backup)' |
- '/(backup)/i' |
||||
"command: console": |
"command: console": |
||||
- '(console|tmux)' |
- '/(console|tmux)/i' |
||||
"command: debug": |
"command: debug": |
||||
- '(debug)' |
- '/(debug)/i' |
||||
"command: details": |
"command: details": |
||||
- '(details)' |
- '/(details)/i' |
||||
"command: fast-dl": |
"command: fast-dl": |
||||
- '(fast-dl|fastdl)' |
- '/(fast-dl|fastdl)/i' |
||||
"command: install": |
"command: install": |
||||
- '(install)' |
- '/(install)/i' |
||||
"command: mods": |
"command: mods": |
||||
- '(mods)' |
- '/(mods)/i' |
||||
"command: monitor": |
"command: monitor": |
||||
- '(monitor)' |
- '/(monitor)/i' |
||||
"command: post-details": |
"command: post-details": |
||||
- '(post-details)' |
- '/(post-details)/i' |
||||
"command: restart": |
"command: restart": |
||||
- '(restart)' |
- '/(restart)/i' |
||||
"command: send": |
"command: send": |
||||
- '(send)' |
- '/(send)/i' |
||||
"command: skeleton": |
"command: skeleton": |
||||
- '(skeleton)' |
- '/(skeleton)/i' |
||||
"command: start": |
"command: start": |
||||
- '(start)' |
- '/(start)/i' |
||||
"command: stop": |
"command: stop": |
||||
- '(stop)' |
- '/(stop)/i' |
||||
"command: update-lgsm": |
"command: update-lgsm": |
||||
- '(update-lgsm)' |
- '/(update-lgsm)/i' |
||||
"command: update": |
"command: update": |
||||
- '(update)' |
- '/(update)/i' |
||||
"command: validate": |
"command: validate": |
||||
- '(validate)' |
- '/(validate)/i' |
||||
"command: wipe": |
"command: wipe": |
||||
- '(wipe)' |
- '/(wipe)/i' |
||||
# Distros |
# Distros |
||||
"distro: AlmaLinux": |
"distro: AlmaLinux": |
||||
- '(Alma)' |
- '/(Alma)/i' |
||||
"distro: Arch Linux": |
"distro: Arch Linux": |
||||
- '(Arch)' |
- '/(Arch)/i' |
||||
"distro: CentOS": |
"distro: CentOS": |
||||
- '(CentOS)' |
- '/(CentOS)/i' |
||||
"distro: Debian": |
"distro: Debian": |
||||
- '(Debian)' |
- '/(Debian)/i' |
||||
"distro: Fedora": |
"distro: Fedora": |
||||
- '(Fedora)' |
- '/(Fedora)/i' |
||||
"distro: openSUSE": |
"distro: openSUSE": |
||||
- '(openSUSE)' |
- '/(openSUSE|suse)/i' |
||||
"distro: Rocky Linux": |
"distro: Rocky Linux": |
||||
- '(Rocky)' |
- '/(Rocky)/i' |
||||
"distro: Slackware": |
"distro: Slackware": |
||||
- '(Slackware)' |
- '/(Slackware)/i' |
||||
"distro: Ubuntu": |
"distro: Ubuntu": |
||||
- '(Ubuntu)' |
- '/(Ubuntu)/i' |
||||
# Info |
# Info |
||||
"info: alerts": |
"info: alerts": |
||||
- '(alert)' |
- '/(alert)/i' |
||||
"info: dependency": |
"info: dependency": |
||||
- '(dependency|deps)' |
- '/(dependency|deps)/i' |
||||
"info: docker": |
"info: docker": |
||||
- '(docker)' |
- '/(docker)/i' |
||||
"info: docs": |
"info: docs": |
||||
- '(documentation|docs)' |
- '/(documentation|docs)/i' |
||||
"info: email": |
"info: email": |
||||
- '(postfix|sendmail|exim|smtp)' |
- '/(postfix|sendmail|exim|smtp)/i' |
||||
"info: steamcmd": |
"info: steamcmd": |
||||
- '(steamcmd)' |
- '/(steamcmd)/i' |
||||
"info: systemd": |
"info: systemd": |
||||
- '(systemd)' |
- '/(systemd)/i' |
||||
"info: tmux": |
"info: tmux": |
||||
- '(tmux)' |
- '/(tmux)/i' |
||||
"info: website": |
"info: website": |
||||
- '(website)' |
- '/(website)/i' |
||||
|
Loading…
Reference in new issue