🐛 [Bug report]: UI Issues in various small and medium sized devices #51
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: 'Lock new issues' | |
on: | |
issues: | |
types: opened | |
permissions: | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
if: github.repository == 'reactplay/react-play' | |
steps: | |
- uses: dessant/repo-lockdown@v4 | |
with: | |
close-issue: false | |
exclude-issue-labels: '🏁 status: ready for dev' | |
process-only: 'issues' | |
skip-closed-issue-comment: true | |
issue-comment: > | |
To reduce notifications, issues are locked. Your issue will be unlocked when we add the label `🏁 status: ready for dev`. |