Skip to content

Lock new issues

Lock new issues #94

Workflow file for this run

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.