mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
chore: auto label
This commit is contained in:
59
.github/labeler.yml
vendored
Normal file
59
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
hyprland:
|
||||||
|
- "(hyprland)"
|
||||||
|
|
||||||
|
network:
|
||||||
|
- "(network|wifi|ethernet)"
|
||||||
|
|
||||||
|
bluetooth:
|
||||||
|
- "(bluetooth|bluez)"
|
||||||
|
|
||||||
|
sway:
|
||||||
|
- "(sway)"
|
||||||
|
|
||||||
|
cpu:
|
||||||
|
- "(cpu)"
|
||||||
|
|
||||||
|
memory:
|
||||||
|
- "(memory|ram)"
|
||||||
|
|
||||||
|
disk:
|
||||||
|
- "(disk|storage)"
|
||||||
|
|
||||||
|
battery:
|
||||||
|
- "(upower|battery)"
|
||||||
|
|
||||||
|
sni:
|
||||||
|
- "(sni|tray)"
|
||||||
|
|
||||||
|
dwl:
|
||||||
|
- "(dwl)"
|
||||||
|
|
||||||
|
custom:
|
||||||
|
- "(custom|module|extension|plugin|script)"
|
||||||
|
|
||||||
|
mpd:
|
||||||
|
- "(mpd|music)"
|
||||||
|
|
||||||
|
audio:
|
||||||
|
- "(pulseaudio|alsa|jack|audio|pirewire|wireplumber)"
|
||||||
|
|
||||||
|
temperature:
|
||||||
|
- "(temperature|thermal|hwmon)"
|
||||||
|
|
||||||
|
clock:
|
||||||
|
- "(clock|time|date)"
|
||||||
|
|
||||||
|
gamemode:
|
||||||
|
- "(gamemode|game|gaming)"
|
||||||
|
|
||||||
|
inhibitor:
|
||||||
|
- "(inhibitor|idle|lock|suspend|hibernate|logout)"
|
||||||
|
|
||||||
|
cava:
|
||||||
|
- "(cava|audio-visualizer)"
|
||||||
|
|
||||||
|
backlight:
|
||||||
|
- "(backlight|brightness)"
|
||||||
|
|
||||||
|
keyboard:
|
||||||
|
- "(keyboard|keymap|layout|shortcut)"
|
21
.github/workflows/labeler.yml
vendored
Normal file
21
.github/workflows/labeler.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: "Issue Labeler"
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened, edited]
|
||||||
|
pull_request:
|
||||||
|
types: [opened, edited]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
triage:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: github/issue-labeler@v3.4
|
||||||
|
with:
|
||||||
|
configuration-path: .github/labeler.yml
|
||||||
|
enable-versioned-regex: 0
|
||||||
|
include-title: 1
|
||||||
|
repo-token: ${{ github.token }}
|
Reference in New Issue
Block a user