Firestore: update javadocs of Exclude, PropertyName, and ServerTimestamp to explicitly document using the @get and/or @set use-site targets on Kotlin properties
#3195
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: 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@a65df5f64fc741e91c59b8359a4bc56e57aaf5b1 | |
| 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 |