labeler.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # Add/remove 'critical' label if issue contains the words 'urgent' or 'critical'
  2. # Type
  3. "type: game server request":
  4. - "/(Server Request)/i"
  5. "type: bug":
  6. - "/(bug)/i"
  7. "type: feature request":
  8. - "/(feature)/i"
  9. # Commands
  10. "command: backup":
  11. - "/(backup)/i"
  12. "command: console":
  13. - "/(console|tmux)/i"
  14. "command: debug":
  15. - "/(debug)/i"
  16. "command: details":
  17. - "/(details)/i"
  18. "command: fast-dl":
  19. - "/(fast-dl|fastdl)/i"
  20. "command: install":
  21. - "/(install)/i"
  22. "command: mods":
  23. - "/(mods)/i"
  24. "command: monitor":
  25. - "/(monitor)/i"
  26. "command: post-details":
  27. - "/(post-details)/i"
  28. "command: restart":
  29. - "/(restart)/i"
  30. "command: send":
  31. - "/(send)/i"
  32. "command: skeleton":
  33. - "/(skeleton)/i"
  34. "command: start":
  35. - "/(start)/i"
  36. "command: stop":
  37. - "/(stop)/i"
  38. "command: update-lgsm":
  39. - "/(update-lgsm)/i"
  40. "command: update":
  41. - "/(update)/i"
  42. "command: validate":
  43. - "/(validate)/i"
  44. "command: wipe":
  45. - "/(wipe)/i"
  46. # Distros
  47. "distro: AlmaLinux":
  48. - "/(Alma)/i"
  49. "distro: Arch Linux":
  50. - "/(Arch)/i"
  51. "distro: CentOS":
  52. - "/(CentOS)/i"
  53. "distro: Debian":
  54. - "/(Debian)/i"
  55. "distro: Fedora":
  56. - "/(Fedora)/i"
  57. "distro: openSUSE":
  58. - "/(openSUSE|suse)/i"
  59. "distro: Rocky Linux":
  60. - "/(Rocky)/i"
  61. "distro: Slackware":
  62. - "/(Slackware)/i"
  63. "distro: Ubuntu":
  64. - "/(Ubuntu)/i"
  65. # Info
  66. "info: alerts":
  67. - "/(alert)/i"
  68. "info: dependency":
  69. - "/(dependency|deps)/i"
  70. "info: docker":
  71. - "/(docker)/i"
  72. "info: docs":
  73. - "/(documentation|docs)/i"
  74. "info: email":
  75. - "/(postfix|sendmail|exim|smtp)/i"
  76. "info: query":
  77. - "/(gamedig|gsquery)/i"
  78. "info: steamcmd":
  79. - "/(steamcmd)/i"
  80. "info: systemd":
  81. - "/(systemd)/i"
  82. "info: tmux":
  83. - "/(tmux)/i"
  84. "info: website":
  85. - "/(website)/i"
  86. # Games
  87. "game: Ark: Survival Evolved":
  88. - "/(Ark: Survival Evolved|Ark)/i"
  89. "game: ARMA 3":
  90. - "/(ARMA 3)/i"
  91. "game: Assetto Corsa":
  92. - "/(Assetto Corsa)/i"
  93. "game: Avorion":
  94. - "/(Avorion)/i"
  95. "game: Ballistic Overkill":
  96. - "/(Ballistic Overkill)/i"
  97. "game: Barotrauma":
  98. - "/(Barotrauma)/i"