This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch sync-labels-in-prs-after-changes in repository https://gitbox.apache.org/repos/asf/aries.git
commit c7b971fed1b3ed67ff055eb5803b5211922cd7a2 Author: Dominik Przybysz <[email protected]> AuthorDate: Sat Feb 15 19:19:13 2025 +0100 [MAINTENANCE] Sync labels in PRs --- .github/workflows/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 059877a1e..6ebbee4da 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,3 +13,6 @@ jobs: with: repository: "apache/aries" - uses: actions/labeler@v5 + with: + sync-labels: true +
