mirror of
https://github.com/supabase/supabase.git
synced 2026-09-22 13:37:53 +08:00
13efb6bccf
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated GitHub workflow configuration for improved pull request management and categorization. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
16 lines
517 B
YAML
16 lines
517 B
YAML
# Add 'documentation' to any change in apps/docs
|
|
# https://github.com/marketplace/actions/labeler
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'apps/docs/**/*'
|
|
|
|
# Add 'self-hosted' to any change in the self-hosting docs
|
|
self-hosted:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'apps/docs/content/guides/self-hosting/**/*'
|
|
|
|
# Add 'api-deploy-required' to any change in packages/api-types/types
|
|
api-deploy-required:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'packages/api-types/types/**'
|