docs: add Supabase logo to supabase_flutter README so it renders on pub.dev #284
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto-Label Issues and PRs | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| issues: | |
| types: | |
| - opened | |
| - edited | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| label: | |
| uses: supabase/actions/.github/workflows/label-issues.yml@2e898cb306c525525ad3f0b34c6f0ab1e3f8ba87 | |
| with: | |
| label_mappings: | | |
| { | |
| "gotrue": "auth", | |
| "auth": "auth", | |
| "storage": "storage", | |
| "storage_client": "storage", | |
| "realtime": "realtime", | |
| "realtime_client": "realtime", | |
| "postgrest": "postgrest", | |
| "functions": "functions", | |
| "functions_client": "functions", | |
| "auth_ui": "auth-ui", | |
| "supabase": "supabase", | |
| "supabase_flutter": "supabase_flutter" | |
| } |