Skip to content

🐛 [Bug report]: change the link to meetup link #67

🐛 [Bug report]: change the link to meetup link

🐛 [Bug report]: change the link to meetup link #67

Workflow file for this run

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`.