Bump actions/labeler from 4 to 6 (#5374)
This commit is contained in:
parent
5f73b70f51
commit
63fa6938a0
2 changed files with 500 additions and 284 deletions
216
.github/labeler.yml
vendored
216
.github/labeler.yml
vendored
|
|
@ -1,131 +1,209 @@
|
|||
rizin:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rizin/*
|
||||
- librz/main/rizin.c
|
||||
|
||||
rz-bin:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-bin/*
|
||||
- librz/main/rz-bin.c
|
||||
|
||||
rz-diff:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-diff/*
|
||||
- librz/main/rz-diff.c
|
||||
|
||||
rz-find:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-find/*
|
||||
- librz/main/rz-find.c
|
||||
|
||||
rz-gg:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-gg/*
|
||||
- librz/main/rz-gg.c
|
||||
|
||||
rz-hash:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-hash/*
|
||||
- librz/main/rz-hash.c
|
||||
|
||||
rz-run:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-run/*
|
||||
- librz/main/rz-run.c
|
||||
|
||||
rz-asm:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-asm/*
|
||||
- librz/main/rz-asm.c
|
||||
|
||||
rz-ax:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-ax/*
|
||||
- librz/main/rz-ax.c
|
||||
|
||||
rz-sign:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-sign/*
|
||||
- librz/main/rz-sign.c
|
||||
|
||||
RzAnalysis:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/**/*
|
||||
|
||||
RzAsm-Assembler:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/**/*ass*
|
||||
- librz/arch/p/asm/asm_x86_nz.c
|
||||
|
||||
RzAsm-Disassembler:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/**/*dis*
|
||||
|
||||
RzBin:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/bin/**/*
|
||||
|
||||
RzBreakpoint:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/bp/**/*
|
||||
|
||||
RzConfig:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/config/**/*
|
||||
|
||||
RzCons:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/cons/**/*
|
||||
|
||||
RzCore:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/core/**/*
|
||||
|
||||
RzCrypto:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/crypto/**/*
|
||||
|
||||
RzDebug:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/debug/**/*
|
||||
|
||||
RzEgg:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/egg/**/*
|
||||
|
||||
RzFlag:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/flag/**/*
|
||||
|
||||
RzHash:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/hash/**/*
|
||||
|
||||
RzIO:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/io/**/*
|
||||
|
||||
RzLang:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/lang/**/*
|
||||
|
||||
RzMagic:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/magic/**/*
|
||||
|
||||
RzParse:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/parse/**/*
|
||||
- librz/arch/p_gnu/parse/**/*
|
||||
|
||||
RzDiff:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/diff/**/*
|
||||
|
||||
RzReg:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/reg/**/*
|
||||
|
||||
RzSearch:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/search/**/*
|
||||
|
||||
RzSocket:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/socket/**/*
|
||||
|
||||
RzSyscall:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/syscall/**/*
|
||||
|
||||
RzType:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/type/**/*
|
||||
|
||||
RzUtil:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/util/**/*
|
||||
|
||||
API:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/include/**/*
|
||||
|
||||
buildsystem:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- sys/**/*
|
||||
|
||||
command:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/core/cmd*
|
||||
|
||||
documentation:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- doc/**/*
|
||||
- binrz/man/**/*
|
||||
|
||||
RZIL:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/il/*
|
||||
- librz/arch/isa/**/*_il*
|
||||
- librz/il/**/*
|
||||
|
|
@ -134,11 +212,15 @@ RZIL:
|
|||
- librz/core/cil.c
|
||||
|
||||
FLIRT:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/signature/*
|
||||
- librz/include/rz_sign.h
|
||||
- librz/core/csign.c
|
||||
|
||||
infrastructure:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- .appveyor.yml
|
||||
- .travis.yml
|
||||
- .lgtm.yml
|
||||
|
|
@ -146,10 +228,14 @@ infrastructure:
|
|||
- .github/workflows/*
|
||||
|
||||
rz-test:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- binrz/rz-test/*
|
||||
- test/**/*
|
||||
|
||||
visual:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/core/tui/*
|
||||
- librz/core/visual.c
|
||||
- librz/core/visual_tabs.inc
|
||||
|
|
@ -157,33 +243,47 @@ visual:
|
|||
- librz/core/vmenus_graph.c
|
||||
|
||||
panel:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/core/tui/*
|
||||
- librz/core/panels.c
|
||||
|
||||
dietline:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/cons/dietline.c
|
||||
- librz/cons/line.c
|
||||
|
||||
ELF:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/bin/format/elf/**/*
|
||||
- librz/bin/p/bin_elf*
|
||||
- librz/bin/p/bin_cgc.*
|
||||
|
||||
PE:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/bin/format/pe/**/*
|
||||
- librz/bin/format/mdmp/**/*
|
||||
- librz/bin/p/bin_pe*
|
||||
- librz/bin/p/bin_mdmp.*
|
||||
|
||||
Mach-O:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/bin/format/mach0/**/*
|
||||
- librz/bin/p/bin_mach0*
|
||||
|
||||
DEX:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/bin/format/dex/**/*
|
||||
- librz/bin/p/bin_dex.*
|
||||
|
||||
java:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/bin/format/java/**/*
|
||||
- librz/bin/p/bin_java.*
|
||||
- librz/core/p/core_java.*
|
||||
|
|
@ -192,12 +292,16 @@ java:
|
|||
- librz/arch/p/analysis/_*java*_
|
||||
|
||||
X86:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/x86/**/*
|
||||
- librz/arch/p/asm/*_x86_*
|
||||
- librz/arch/p/analysis/*_x86_*
|
||||
- librz/bp/p/bp_x86.c
|
||||
|
||||
ARM:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/arm/**/*
|
||||
- librz/arch/p/asm/*_arm_*
|
||||
- librz/arch/p/analysis/*_arm_*
|
||||
|
|
@ -205,12 +309,16 @@ ARM:
|
|||
- librz/bp/p/bp_arm.c
|
||||
|
||||
MSP430:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/isa/msp430/**/*
|
||||
- librz/arch/p/asm/*_msp430_*
|
||||
- librz/arch/p/analysis/*_msp430_*
|
||||
- librz/arch/p/arch_msp430.c
|
||||
|
||||
MIPS:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/isa/mips/**/*
|
||||
- librz/arch/isa_gnu/mips/**/*
|
||||
- librz/arch/p/asm/*_mips_*
|
||||
|
|
@ -218,258 +326,360 @@ MIPS:
|
|||
- librz/bp/p/bp_mips.c
|
||||
|
||||
Hexagon:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/isa/hexagon/**/*
|
||||
- librz/arch/p/asm/*_hexagon_*
|
||||
- librz/arch/p/analysis/*_hexagon_*
|
||||
|
||||
PPC:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/ppc/**/*
|
||||
- librz/arch/p/asm/*_ppc_*
|
||||
- librz/arch/p/analysis/*_ppc_*
|
||||
- librz/bp/p/bp_ppc.c
|
||||
|
||||
6502:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/6502/**/*
|
||||
- librz/arch/p/asm/_*6502*_
|
||||
- librz/arch/p/analysis/_*6502*_
|
||||
|
||||
8051:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/8051/**/*
|
||||
- librz/arch/p/asm/_*8051*_
|
||||
- librz/arch/p/analysis/_*8051*_
|
||||
|
||||
Am29k:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/amd29k/**/*
|
||||
- librz/arch/p/asm/_*amd29k*_
|
||||
- librz/arch/p/analysis/_*amd29k*_
|
||||
|
||||
AVR:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/avr/**/*
|
||||
- librz/arch/p/asm/_*avr*_
|
||||
- librz/arch/p/analysis/_*avr*_
|
||||
|
||||
CIL:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/cil/**/*
|
||||
- librz/arch/p/asm/_*cil*_
|
||||
- librz/arch/p/analysis/_*cil*_
|
||||
|
||||
CR16:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/cr16/**/*
|
||||
- librz/arch/p/asm/_*cr16*_
|
||||
- librz/arch/p/analysis/_*cr16*_
|
||||
|
||||
Dalvik:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/dalvik/**/*
|
||||
- librz/arch/p/asm/_*dalvik*_
|
||||
- librz/arch/p/analysis/_*dalvik*_
|
||||
|
||||
DCPU16:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/dcpu16/**/*
|
||||
- librz/arch/p/asm/_*dcpu16*_
|
||||
- librz/arch/p/analysis/_*dcpu16*_
|
||||
|
||||
EBC:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/ebc/**/*
|
||||
- librz/arch/p/asm/_*ebc*_
|
||||
- librz/arch/p/analysis/_*ebc*_
|
||||
|
||||
Gameboy:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/gb/**/*
|
||||
- librz/arch/p/asm/_*gb*_
|
||||
- librz/arch/p/analysis/_*gb*_
|
||||
|
||||
H8300:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/h8300/**/*
|
||||
- librz/arch/p/asm/_*h8300*_
|
||||
- librz/arch/p/analysis/_*h8300*_
|
||||
|
||||
i4004:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/i4004/**/*
|
||||
- librz/arch/p/asm/_*i4004*_
|
||||
- librz/arch/p/analysis/_*i4004*_
|
||||
|
||||
i8080:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/i8080/**/*
|
||||
- librz/arch/p/asm/_*i8080*_
|
||||
- librz/arch/p/analysis/_*i8080*_
|
||||
|
||||
LH5801:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/lh5801/**/*
|
||||
- librz/arch/p/asm/_*lh5801*_
|
||||
- librz/arch/p/analysis/_*lh5801*_
|
||||
|
||||
LM32:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/lm32/**/*
|
||||
- librz/arch/p/asm/_*lm32*_
|
||||
- librz/arch/p/analysis/_*lm32*_
|
||||
|
||||
LUA:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/luac/**/*
|
||||
- librz/arch/p/asm/_*luac*_
|
||||
- librz/arch/p/analysis/_*luac*_
|
||||
|
||||
MCORE:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/mcore/**/*
|
||||
- librz/arch/p/asm/_*mcore*_
|
||||
- librz/arch/p/analysis/_*mcore*_
|
||||
|
||||
MCS96:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/mcs96/**/*
|
||||
- librz/arch/p/asm/_*mcs96*_
|
||||
- librz/arch/p/analysis/_*mcs96*_
|
||||
|
||||
OR1K:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/or1k/**/*
|
||||
- librz/arch/p/asm/_*or1k*_
|
||||
- librz/arch/p/analysis/_*or1k*_
|
||||
|
||||
PIC:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/pic/**/*
|
||||
- librz/arch/p/asm/_*pic*_
|
||||
- librz/arch/p/analysis/_*pic*_
|
||||
|
||||
Propeller:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/propeller/**/*
|
||||
- librz/arch/p/asm/_*propeller*_
|
||||
- librz/arch/p/analysis/_*propeller*_
|
||||
|
||||
PYC:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/pyc/**/*
|
||||
- librz/arch/p/asm/_*pyc*_
|
||||
- librz/arch/p/analysis/_*pyc*_
|
||||
|
||||
RL78:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/rl78/**/*
|
||||
- librz/arch/p/asm/_*rl78*_
|
||||
- librz/arch/p/analysis/_*rl78*_
|
||||
|
||||
RSP:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/rsp/**/*
|
||||
- librz/arch/p/asm/_*rsp*_
|
||||
- librz/arch/p/analysis/_*rsp*_
|
||||
|
||||
RX:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/rx/**/*
|
||||
- librz/arch/p/asm/_*rx*_
|
||||
- librz/arch/p/analysis/_*rx*_
|
||||
|
||||
SH:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/sh/**/*
|
||||
- librz/arch/p/asm/_*sh*_
|
||||
- librz/arch/p/analysis/_*sh*_
|
||||
|
||||
SNES:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/snes/**/*
|
||||
- librz/arch/p/asm/_*snes*_
|
||||
- librz/arch/p/analysis/_*snes*_
|
||||
|
||||
SPC700:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/spc700/**/*
|
||||
- librz/arch/p/asm/_*spc700*_
|
||||
- librz/arch/p/analysis/_*spc700*_
|
||||
|
||||
TMS320:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/tms320/**/*
|
||||
- librz/arch/p/asm/_*tms320*_
|
||||
- librz/arch/p/analysis/_*tms320*_
|
||||
|
||||
TriCore:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/tricore/**/*
|
||||
- librz/arch/p/asm/_*tricore*_
|
||||
- librz/arch/p/analysis/_*tricore*_
|
||||
|
||||
V810:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/v810/**/*
|
||||
- librz/arch/p/asm/_*v810*_
|
||||
- librz/arch/p/analysis/_*v810*_
|
||||
|
||||
V850:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/v850/**/*
|
||||
- librz/arch/p/asm/_*v850*_
|
||||
- librz/arch/p/analysis/_*v850*_
|
||||
|
||||
WASM:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/wasm/**/*
|
||||
- librz/arch/p/asm/_*wasm*_
|
||||
- librz/arch/p/analysis/_*wasm*_
|
||||
|
||||
XAP:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/is*/xap/**/*
|
||||
- librz/arch/p/asm/_*xap*_
|
||||
- librz/arch/p/analysis/_*xap*_
|
||||
|
||||
ARC:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*arc*_
|
||||
- librz/arch/p/analysis/_*arc*_
|
||||
- librz/arch/is*/arc/**/*
|
||||
|
||||
CRIS:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*cris*_
|
||||
- librz/arch/p/analysis/_*cris*_
|
||||
- librz/arch/is*/cris/**/*
|
||||
|
||||
HPPA:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*hppa*_
|
||||
- librz/arch/p/analysis/_*hppa*_
|
||||
- librz/arch/is*/hppa/**/*
|
||||
|
||||
LANAI:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*lanai*_
|
||||
- librz/arch/p/analysis/_*lanai*_
|
||||
- librz/arch/is*/lanai/**/*
|
||||
|
||||
NIOS:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*nios*_
|
||||
- librz/arch/p/analysis/_*nios*_
|
||||
- librz/arch/is*/nios/**/*
|
||||
|
||||
RISC-V:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*riscv*_
|
||||
- librz/arch/p/analysis/_*riscv*_
|
||||
- librz/arch/is*/riscv/**/*
|
||||
|
||||
SPARC:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*sparc*_
|
||||
- librz/arch/p/analysis/_*sparc*_
|
||||
- librz/arch/is*/sparc/**/*
|
||||
|
||||
VAX:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*vax*_
|
||||
- librz/arch/p/analysis/_*vax*_
|
||||
- librz/arch/is*/vax/**/*
|
||||
|
||||
Xtensa:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*xtensa*_
|
||||
- librz/arch/p/analysis/_*xtensa*_
|
||||
- librz/arch/is*/xtensa/**/*
|
||||
|
||||
Z80:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/p/asm/_*z80*_
|
||||
- librz/arch/p/analysis/_*z80*_
|
||||
- librz/arch/is*/z80/**/*
|
||||
|
||||
ESIL:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/esil/*
|
||||
- librz/debug/p/debug_esil.c
|
||||
- librz/debug/desil.c
|
||||
- librz/core/cil.c
|
||||
|
||||
DWARF:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/bin/dwarf/*
|
||||
- librz/arch/dwarf_process.c
|
||||
|
||||
PDB:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/bin/pdb/**/*
|
||||
- librz/include/rz_pdb.h
|
||||
- librz/arch/type_pdb.c
|
||||
- librz/core/cpdb.c
|
||||
|
||||
GDB:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- subprojects/rzgdb/**/*
|
||||
- librz/io/p/io_gdb.c
|
||||
- librz/debug/p/debug_gdb.c
|
||||
|
||||
WinDbg:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- subprojects/rzwinkd/**/*
|
||||
- librz/io/p/io_winkd.c
|
||||
- librz/io/p/io_windbg.c
|
||||
|
|
@ -477,11 +687,15 @@ WinDbg:
|
|||
- librz/debug/p/debug_windbg.c
|
||||
|
||||
BSD:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/debug/p/native/bsd/**/*
|
||||
- librz/debug/p/native/reg/*bsd*
|
||||
- librz/syscall/d/*bsd*
|
||||
|
||||
Windows:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/d/*windows*
|
||||
- librz/io/p/io_rzk_windows.*
|
||||
- librz/debug/p/native/windows/**/*
|
||||
|
|
@ -491,6 +705,8 @@ Windows:
|
|||
- librz/syscall/d/windows*
|
||||
|
||||
MacOS:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- librz/arch/d/*macos*
|
||||
- librz/debug/p/native/xnu/**/*
|
||||
- librz/debug/p/native/maps/darwin.c
|
||||
|
|
|
|||
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/labeler@v4
|
||||
- uses: actions/labeler@v6
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue