mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Fix issue-labeled GitHub Action by removing organization field (#76120)
Fix issue-labeled GitHub Action by remove organization field
This commit is contained in:
parent
2cfbe087fc
commit
259bc437cf
1
.github/workflows/issue-labeled.yml
vendored
1
.github/workflows/issue-labeled.yml
vendored
@ -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' }}
|
||||
|
Loading…
Reference in New Issue
Block a user