Fix issue-labeled GitHub Action by removing organization field (#76120)

Fix issue-labeled GitHub Action by remove organization field
This commit is contained in:
Armand Grillet 2023-10-06 14:32:58 +02:00 committed by GitHub
parent 2cfbe087fc
commit 259bc437cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' }}