Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Add web label if they changed web code
web:
# Add api label if they changed api code
api:
- changed-files:
- any-glob-to-any-file: apps/web/**
- any-glob-to-any-file: apps/api/**

# Add bot label if they changed bot code
bot:
- changed-files:
- any-glob-to-any-file: apps/bot/**

# Add desktop label if they changed desktop code
desktop:
- changed-files:
- any-glob-to-any-file: apps/desktop/**

# Add updater label if they changed updater code
updater:
- changed-files:
- any-glob-to-any-file: apps/updater/**

# Add updater label if they changed updater code
bot:

# Add web label if they changed web code
web:
- changed-files:
- any-glob-to-any-file: apps/bot/**
- any-glob-to-any-file: apps/web/**
Loading