Skip to content

feat: Add the feature of chat between two people on the website #947

feat: Add the feature of chat between two people on the website

feat: Add the feature of chat between two people on the website #947

Workflow file for this run

name: 'Lock new issues'
on:
issues:
types: opened
permissions:
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/repo-lockdown@v3
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 unlock when we will add label as `🏁 status: ready for dev`. Check out the [contributing guide](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md) for more information.