[material-ui][Card] Components get highlighted and retain highlight after swipe gesture on Android 13+ devices #41086
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: Mark duplicate | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: {} | |
| jobs: | |
| mark-duplicate: | |
| runs-on: ubuntu-latest | |
| if: ${{ !github.event.issue.pull_request }} | |
| permissions: | |
| contents: read | |
| issues: write | |
| steps: | |
| - name: Mark duplicate | |
| uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 | |
| with: | |
| actions: 'mark-duplicate' | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| duplicate-labels: 'duplicate' | |
| remove-labels: 'status: incomplete,status: waiting for maintainer' | |
| close-issue: true |