Skip to content

Commit 6d1fe32

Browse files
feat: add self-hosted to ignored labels in team labeler workflow (calcom#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>
1 parent 1cc5482 commit 6d1fe32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
repo-token: ${{ secrets.EQUITY_BEE_TEAM_LABELER_ACTION_TOKEN }}
2828
organization-name: calcom
29-
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"
29+
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"
3030
apply-labels-from-issue:
3131
runs-on: ubuntu-latest
3232

0 commit comments

Comments
 (0)