[Add] : Add "Sublime Text" Online Code Editor in online-code-editors.astro File in Frontend Category #179
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: 'Issue Lockdown' | |
on: | |
issues: | |
types: opened | |
permissions: | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/repo-lockdown@v3 # Reference: https://github.com/dessant/repo-lockdown | |
with: | |
close-issue: false | |
process-only: 'issues' | |
issue-labels: '🔒 locked' | |
exclude-issue-labels: '🚀 ready' | |
skip-closed-issue-comment: true | |
issue-comment: > | |
To reduce notifications, issues are locked. Your issue will be unlocked when we add the label, `🚀 ready`. |