From 259bc437cfbab70a5634296c9b8ca033afbb566c Mon Sep 17 00:00:00 2001 From: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:32:58 +0200 Subject: [PATCH] Fix issue-labeled GitHub Action by removing organization field (#76120) Fix issue-labeled GitHub Action by remove organization field --- .github/workflows/issue-labeled.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 1f249169f4d..e0a5abcdc37 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -68,7 +68,6 @@ jobs: with: application_id: ${{ secrets.APP_GRAFANA_TEAM_CHECKER_ID }} application_private_key: ${{ secrets.APP_GRAFANA_TEAM_CHECKER_KEY }} - organization: grafana - name: "Check that issue author is not part of the team" if: ${{ env.TEAM != 'null' }}