Skip to content

feat: Add support for new Firestore types #4176

feat: Add support for new Firestore types

feat: Add support for new Firestore types #4176

Workflow file for this run

name: Merge to main
on:
pull_request:
branches:
- main
types:
- opened
- labeled
- unlabeled
jobs:
pr-message:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
with:
message: >
### 📝 PRs merging into main branch
**Our main branch should always be in a releasable state**.
If you are working on a larger change, or if you don't want
this change to see the light of the day just yet, consider
using a feature branch first, and only merge into the main
branch when the code complete and ready to be released.
- name: Success
run: exit 0