[pickers] Allow to define the default selected date in the view without setting a value #13279
This file contains 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 | |
permissions: | |
contents: read | |
issues: write | |
steps: | |
- name: mark-duplicate | |
uses: actions-cool/issues-helper@5457ae8d7c1dc20597a753501d30183ed8043c8b # v3.5.2 | |
with: | |
actions: 'mark-duplicate' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
duplicate-labels: 'duplicate' | |
remove-labels: 'status: incomplete,status: waiting for maintainer' | |
close-issue: true |