From e729e1c57e757549dc9b5c5e85119de7db86494d Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:39:13 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(labeler):=20Use=20remote=20c?= =?UTF-8?q?onfig=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** PR labeler does not work on PR forks, still... I dunno why --- .github/workflows/{autolabeller.yml => autolabeler.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{autolabeller.yml => autolabeler.yml} (98%) diff --git a/.github/workflows/autolabeller.yml b/.github/workflows/autolabeler.yml similarity index 98% rename from .github/workflows/autolabeller.yml rename to .github/workflows/autolabeler.yml index 85d395f5..69e30346 100644 --- a/.github/workflows/autolabeller.yml +++ b/.github/workflows/autolabeler.yml @@ -80,6 +80,7 @@ jobs: permissions: contents: read pull-requests: write + issues: write steps: - name: Checkout your code uses: actions/checkout@v4 @@ -87,7 +88,6 @@ jobs: - uses: srvaroa/labeler@v1 with: config_path: .github/labeler.yml - use_local_config: true #FIXME: fail_on_error: true env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file