Prevent calling MarkRead on the current user's own unsynced last message
#2377
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: PR checklist | |
| on: | |
| pull_request: | |
| types: [ opened, edited, synchronize, labeled, unlabeled, reopened ] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| pr-checklist: | |
| uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.12.1 | |
| secrets: inherit |