Skip to content

Readme Contributions #2

Readme Contributions

Readme Contributions #2

Workflow file for this run

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.'