You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/02/01 20:57:49 UTC

[streampipes] branch dev updated: [hotfix] fix file endings of labeler workflow

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6232b22be [hotfix] fix file endings of labeler workflow
6232b22be is described below

commit 6232b22beb09d17468bae0f70503289216cf982c
Author: bossenti <bo...@posteo.de>
AuthorDate: Wed Feb 1 21:57:39 2023 +0100

    [hotfix] fix file endings of labeler workflow
---
 .github/workflows/{pr-labeler.yaml => pr-labeler.yml} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-labeler.yaml b/.github/workflows/pr-labeler.yml
similarity index 95%
rename from .github/workflows/pr-labeler.yaml
rename to .github/workflows/pr-labeler.yml
index a45c59d29..92fafa053 100644
--- a/.github/workflows/pr-labeler.yaml
+++ b/.github/workflows/pr-labeler.yml
@@ -32,6 +32,6 @@ jobs:
     steps:
     - uses: actions/labeler@v4
       with:
-        configuration-path: .github/pr-labeler-config.yaml
+        configuration-path: .github/pr-labeler-config.yml
         repo-token: "${{ secrets.GITHUB_TOKEN }}"
         sync-labels: true