From 6d1fe32a39805d9879baba1179c857e7e0f2e37d Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Tue, 26 Aug 2025 17:21:38 -0300 Subject: [PATCH] feat: add self-hosted to ignored labels in team labeler workflow (#23373) - Add self-hosted to the ignore-labels list in .github/workflows/labeler.yml - This prevents the team-label-action from automatically applying the self-hosted label to PRs - Maintains alphabetical ordering in the comma-separated list Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .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 c7968b39c7..80c58fcc55 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -26,7 +26,7 @@ jobs: with: repo-token: ${{ secrets.EQUITY_BEE_TEAM_LABELER_ACTION_TOKEN }} organization-name: calcom - ignore-labels: "admin, app-store, ai, authentication, automated-testing, billing, bookings, caldav, calendar-apps, ci, console, crm-apps, dba, devops, docs, documentation, emails, embeds, event-types, i18n, impersonation, manual-testing, ui, performance, ops-stack, organizations, public-api, routing-forms, seats, teams, webhooks, workflows, zapier" + ignore-labels: "admin, app-store, ai, authentication, automated-testing, billing, bookings, caldav, calendar-apps, ci, console, crm-apps, dba, devops, docs, documentation, emails, embeds, event-types, i18n, impersonation, manual-testing, ui, performance, ops-stack, organizations, public-api, routing-forms, seats, self-hosted, teams, webhooks, workflows, zapier" apply-labels-from-issue: runs-on: ubuntu-latest