From b1d31a0b01407c6902e407db3d0be21f25021bf7 Mon Sep 17 00:00:00 2001 From: Ewa Stempel Date: Wed, 10 Apr 2024 11:44:06 +0100 Subject: [PATCH 1/5] last one to label --- .github/workflows/labeler.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 36c3e3a17..2d36d386e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,13 +16,4 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" pr-number: | - 651 - 646 - 638 - 551 - 459 - 429 - 419 - 372 - 314 - 281 + 418 From 335132288fdddc66d1942b63b0ab16ec60cfa42a Mon Sep 17 00:00:00 2001 From: Ewa Stempel Date: Wed, 10 Apr 2024 11:46:42 +0100 Subject: [PATCH 2/5] Removing passing PR numbers for labelling --- .github/workflows/labeler.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 2d36d386e..2621e1d54 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,5 +15,3 @@ jobs: - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - pr-number: | - 418 From be481590dc04c7d67c31ecb388011732470be0fb Mon Sep 17 00:00:00 2001 From: Ewa Stempel Date: Wed, 10 Apr 2024 12:00:51 +0100 Subject: [PATCH 3/5] This is to label the current PR --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 2621e1d54..00595eb3f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,7 @@ name: "Pull Request Labeler" on: - pull_request_target: + pull_request: workflow_dispatch: permissions: From b1ce04ef58404d5768d3c265519256196fa1332c Mon Sep 17 00:00:00 2001 From: Ewa Stempel Date: Wed, 10 Apr 2024 12:02:16 +0100 Subject: [PATCH 4/5] This is to revert back to the PR target --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 00595eb3f..608c83630 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,7 @@ name: "Pull Request Labeler" on: - pull_request: + pull_request-target: workflow_dispatch: permissions: From 6fa0fec0238d4ea2e8a5fad589dad8d5ff437ced Mon Sep 17 00:00:00 2001 From: Ewa Stempel Date: Wed, 10 Apr 2024 12:04:21 +0100 Subject: [PATCH 5/5] Fixing a typo, ooops --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 608c83630..2621e1d54 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,7 @@ name: "Pull Request Labeler" on: - pull_request-target: + pull_request_target: workflow_dispatch: permissions: