From: Sebastián Ramírez Date: Sat, 31 Aug 2024 10:18:37 +0000 (+0200) Subject: 🔧 Update labeler config to handle sponsorships data (#12096) X-Git-Tag: 0.112.3~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0077af97195ec77ab2fcc5a3cf1536c7ed6125d8;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Update labeler config to handle sponsorships data (#12096) --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 1d49a24116..c5b1f84f3d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -7,6 +7,8 @@ docs: - all-globs-to-all-files: - '!fastapi/**' - '!pyproject.toml' + - '!docs/en/data/sponsors.yml' + - '!docs/en/overrides/main.html' lang-all: - all: @@ -28,6 +30,8 @@ internal: - .pre-commit-config.yaml - pdm_build.py - requirements*.txt + - docs/en/data/sponsors.yml + - docs/en/overrides/main.html - all-globs-to-all-files: - '!docs/*/docs/**' - '!fastapi/**'