github/labeler: make HYPER.md set Hyper and not TLS

This commit is contained in:
Daniel Stenberg 2023-08-11 08:59:26 +02:00
parent b2118da399
commit 6396c1f893
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

2
.github/labeler.yml vendored
View File

@ -183,6 +183,7 @@ HTTP/3:
- all: ['tests/nghttpx.conf'] - all: ['tests/nghttpx.conf']
Hyper: Hyper:
- all: ['docs/HYPER.md']
- all: ['lib/c-hyper.*'] - all: ['lib/c-hyper.*']
IMAP: IMAP:
@ -264,7 +265,6 @@ TFTP:
- all: ['tests/server/tftp*'] - all: ['tests/server/tftp*']
TLS: TLS:
- all: ['docs/HYPER.md']
- all: ['docs/SSL*'] - all: ['docs/SSL*']
- all: ['docs/libcurl/opts/CURLINFO_CA*'] - all: ['docs/libcurl/opts/CURLINFO_CA*']
- all: ['docs/libcurl/opts/CURLINFO_CERT*'] - all: ['docs/libcurl/opts/CURLINFO_CERT*']