fix: Permissions issue with team labeler (#12992)

* fix: Permissions issue with team labeler

* Made the job runnable
This commit is contained in:
Keith Williams
2024-01-02 22:39:39 +00:00
committed by GitHub
parent e61be783d1
commit 4dba72fecb
+2 -1
View File
@@ -1,6 +1,7 @@
name: "Pull Request Labeler"
on:
- pull_request_target
- workflow_call
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
@@ -25,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: equitybee/team-label-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.EQUITY_BEE_TEAM_LABELER_ACTION_TOKEN }}
organization-name: calcom
ignore-labels: "app-store, ai, authentication, automated-testing, platform, billing, bookings, caldav, calendar-apps, ci, console, crm-apps, docs, documentation, emails, embeds, event-types, i18n, impersonation, manual-testing, ui, performance, ops-stack, organizations, public-api, routing-forms, seats, teams, webhooks, workflows, zapier"
apply-labels-from-issue: