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

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 874044684 [MAINTENANCE] Add checkout action to labeler
874044684 is described below

commit 874044684ebb21f67ea4d4e32e4694fe969a665f
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