Readme Contributions #2
Workflow file for this run
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: 'Repo Lockdown' | |
on: | |
issues: | |
types: | |
- opened | |
pull_request_target: | |
types: | |
- opened | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/repo-lockdown@v3 | |
with: | |
issue-comment: 'Thank you for sharing your insights with us. However, this repository is read-only. Please create issues in GitLab: https://gitlab.com/pia-eresearch-system/pia/-/issues. See the README for details.' | |
pr-comment: 'Thank you for sharing your insights with us. However, this repository is read-only. Please create issues in GitLab: https://gitlab.com/pia-eresearch-system/pia/-/issues. See the README for details.' |