[BUG] <Wrong Icon for Gmail in Footer> #37
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
# @format | |
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: "gssoc23" | |
skip-closed-issue-comment: true | |
issue-comment: > | |
To reduce notifications, issues are locked. Your issue will be unlocked when we add the label, `gssoc23`. |