This is an automated email from the ASF dual-hosted git repository.

alien11689 pushed a commit to branch add-checkout-action-to-labeler
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 52057c4797e42e73dcf99c338bb5837d67c421cd
Author: Dominik Przybysz <[email protected]>
AuthorDate: Fri Feb 14 21:45:37 2025 +0100

    [MAINTENANCE] Add checkout action to labeler
---
 .github/workflows/labeler.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 52474c6a6..059877a1e 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -9,4 +9,7 @@ jobs:
       pull-requests: write
     runs-on: ubuntu-latest
     steps:
+      - uses: actions/checkout@v4
+        with:
+          repository: "apache/aries"
       - uses: actions/labeler@v5

Reply via email to