[Bug]: Syntax Error in Automated Google Search #13
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 | |
steps: | |
- name: Lock issues | |
uses: dessant/repo-lockdown@v3 | |
with: | |
close-issue: false | |
exclude-issue-labels: gssoc23. | |
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 `gssoc23`. If you're participating in | |
GSSoC'23, please add the `gssoc23` label to your issue. |