Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update blame ignore & labeler #2133

Merged
merged 2 commits into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ cbebe447078e28c50957d568303f42d6b8aae126
# Includes changes to functionality so it can't be ignored:
# color parsing, text alignment, output registration
# 6adf6b9dd4d368640bf7ef57f3e6199d83154d78

### Move sources into appropriate subdirectories (#2119)
# Performed no changes to the source files, only moved them. Child commit
# addressed the bugs caused by the move, to separate renames from changes.
342f07b8ca101e0c4ef5c75346033c4df241d16d
ae8f1fa8472d6c3a31b4a09be4d19568a3f3f23e
218 changes: 128 additions & 90 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,37 @@
documentation:
- changed-files:
- any-glob-to-any-file:
- doc/*
- doc/**/*
- data/conky*.conf

extras:
- changed-files:
- any-glob-to-any-file:
- extras/*
- extras/**/*

sources:
- changed-files:
- any-glob-to-any-file:
- src/*
- src/**/*

tests:
- changed-files:
- any-glob-to-any-file:
- tests/**/*
- tests/*

web:
- changed-files:
- any-glob-to-any-file:
- web/*
- web/**/*

javascript:
- changed-files:
- any-glob-to-any-file:
- web/**/*.tsx
- web/**/*.jsx
- web/**/*.ts
- web/**/*.js

appimage:
- changed-files:
- any-glob-to-any-file:
Expand All @@ -38,7 +41,6 @@ appimage:
3rdparty:
- changed-files:
- any-glob-to-any-file:
- 3rdparty/*
- 3rdparty/**/*

gh-actions:
Expand All @@ -58,78 +60,60 @@ dependencies:
audio:
- changed-files:
- any-glob-to-any-file:
- src/audacious.cc
- src/audacious.h
- src/cmus.cc
- src/cmus.h
- src/libmpdclient.cc
- src/libmpdclient.h
- src/mpd.cc
- src/mpd.h
- src/moc.cc
- src/moc.h
- src/mixer.cc
- src/mixer.h
- src/xmms2.cc
- src/xmms2.h
- src/pulseaudio.cc
- src/pulseaudio.h
- src/data/audio/**/*

power:
- changed-files:
- any-glob-to-any-file:
- src/apcupsd.cc
- src/apcupsd.h
- src/bsdapm.cc
- src/bsdapm.h
- src/smapi.cc
- src/smapi.h
- src/data/hardware/apcupsd.cc
- src/data/hardware/apcupsd.h
- src/data/hardware/bsdapm.cc
- src/data/hardware/bsdapm.h
- src/data/hardware/smapi.cc
- src/data/hardware/smapi.h

'display: console':
- changed-files:
- any-glob-to-any-file:
- src/display-console.cc
- src/display-console.hh
- src/output/display-console.cc
- src/output/display-console.hh
'display: file':
- changed-files:
- any-glob-to-any-file:
- src/display-file.cc
- src/display-file.hh
- src/output/display-file.cc
- src/output/display-file.hh
'display: http':
- changed-files:
- any-glob-to-any-file:
- src/display-http.cc
- src/display-http.hh
- src/output/display-http.cc
- src/output/display-http.hh
'display: ncurses':
- changed-files:
- any-glob-to-any-file:
- src/nc.cc
- src/nc.h
- src/display-ncurses.cc
- src/display-ncurses.hh
- src/output/nc.cc
- src/output/nc.h
- src/output/display-ncurses.cc
- src/output/display-ncurses.hh
'display: wayland':
- changed-files:
- any-glob-to-any-file:
- src/wl.cc
- src/wl.h
- src/wlr-layer-shell-unstable-v1.xml
- src/display-wayland.cc
- src/display-wayland.hh
- src/wl_protocols/**/*
- src/output/wl.cc
- src/output/wl.h
- src/output/display-wayland.cc
- src/output/display-wayland.hh
'display: x11':
- changed-files:
- any-glob-to-any-file:
- src/x11-color.cc
- src/x11-color.h
- src/x11.cc
- src/x11.h
- src/display-x11.cc
- src/display-x11.hh
- src/output/*x11*.cc
- src/output/*x11*.h
- src/output/*x11*.hh

'build system':
- changed-files:
- any-glob-to-any-file:
- '**/CMakeLists.txt'
- '*.cmake'
- 'CMakeLists.txt'
- 'cmake/**/*'

cairo:
- changed-files:
Expand All @@ -139,78 +123,132 @@ cairo:
'disk io':
- changed-files:
- any-glob-to-any-file:
- src/diskio.cc
- src/diskio.h
- src/data/hardware/diskio.cc
- src/data/hardware/diskio.h

'power':
- changed-files:
- any-glob-to-any-file:
- src/data/hardware/apcupsd.cc
- src/data/hardware/apcupsd.h
- src/data/hardware/bsdapm.cc
- src/data/hardware/bsdapm.h
- src/data/hardware/smapi.cc
- src/data/hardware/smapi.h

'sensors':
- changed-files:
- any-glob-to-any-file:
- src/data/hardware/hddtemp.cc
- src/data/hardware/hddtemp.h
- src/data/hardware/i8k.cc
- src/data/hardware/i8k.h
- src/data/hardware/sony.cc
- src/data/hardware/sony.h

cpu:
- changed-files:
- any-glob-to-any-file:
- src/cpu.cc
- src/cpu.h
- src/proc.cc
- src/proc.h
- src/top.cc
- src/top.h
- src/data/hardware/cpu.cc
- src/data/hardware/cpu.h
- src/data/proc.cc
- src/data/proc.h
- src/data/top.cc
- src/data/top.h

lua:
- changed-files:
- any-glob-to-any-file:
- lua/*
- lua/**/*
- src/llua.cc
- src/llua.h
- src/luamm.cc
- src/luamm.h
- src/lua-config.cc
- src/lua-config.hh
- src/lua/**/*

'os: linux':
- changed-files:
- any-glob-to-any-file:
- src/data/os/linux.cc
- src/data/os/linux.h

'os: dragonfly':
- changed-files:
- any-glob-to-any-file:
- src/data/os/dragonfly.cc
- src/data/os/dragonfly.h

'os: freebsd':
- changed-files:
- any-glob-to-any-file:
- src/data/os/freebsd.cc
- src/data/os/freebsd.h

'os: haiku':
- changed-files:
- any-glob-to-any-file:
- src/data/os/haiku.cc
- src/data/os/haiku.h

'os: netbsd':
- changed-files:
- any-glob-to-any-file:
- src/data/os/netbsd.cc
- src/data/os/netbsd.h

macos:
'os: openbsd':
- changed-files:
- any-glob-to-any-file:
- src/darwin_sip.h
- src/darwin.h
- src/darwin.mm
- src/data/os/openbsd.cc
- src/data/os/openbsd.h

'os: solaris':
- changed-files:
- any-glob-to-any-file:
- src/data/os/solaris.cc
- src/data/os/solaris.h

'os: macos':
- changed-files:
- any-glob-to-any-file:
- src/data/os/darwin_sip.h
- src/data/os/darwin.h
- src/data/os/darwin.mm

'mouse events':
- changed-files:
- any-glob-to-any-file:
- src/scroll.cc
- src/scroll.h
- src/mouse-events.cc
- src/mouse-events.h

networking:
- changed-files:
- any-glob-to-any-file:
- src/net_stat.cc
- src/net_stat.h
- src/tcp-portmon.cc
- src/tcp-portmon.h
- src/read_tcpip.cc
- src/read_tcpip.h
- src/data/network/**/*

mail:
- changed-files:
- any-glob-to-any-file:
- src/data/network/mail.cc
- src/data/network/mail.h

calendar:
- changed-files:
- any-glob-to-any-file:
- src/data/network/ical.cc
- src/data/network/ical.h

nvidia:
- changed-files:
- any-glob-to-any-file:
- src/nvidia.cc
- src/nvidia.h
- src/data/hardware/nvidia.cc
- src/data/hardware/nvidia.h

rendering:
- changed-files:
- any-glob-to-any-file:
- src/text_object.cc
- src/text_object.h
- src/output/gui.cc
- src/output/gui.h
- src/specials.cc
- src/specials.h

text:
- changed-files:
- any-glob-to-any-file:
- src/text_object.cc
- src/text_object.h
- src/template.cc
- src/template.h
- src/tailhead.cc
- src/tailhead.h
- src/specials.cc
- src/specials.h
- src/content/**/*
2 changes: 2 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ changelog:
- title: 🐞 Bug fixes
labels:
- bug
- regression
- title: 🎛️ Miscellaneous
labels:
- '*'
exclude:
labels:
- dependencies
- bug
- regression
- feature
- title: 👒 Dependencies
labels:
Expand Down
Loading