sq epan/dissectors/pidl/rcg/rcg.cnf
[wireshark-sm.git] / .github / workflows / lockdown.yml
blob6737bc8bff96557a22ba52d721297cf32dd69e30
1 # Configure the Repo Lockdown GitHub App to automatically close pull requests.
2 # See https://github.com/dessant/repo-lockdown
4 name: 'Repo Lockdown'
6 on:
7   issues:
8     types: opened
9   pull_request_target:
10     types: opened
12 permissions:
13   pull-requests: write
15 jobs:
16   action:
17     runs-on: ubuntu-latest
18     steps:
19       - name: 'Repo Lockdown'
20         uses: dessant/repo-lockdown@v4
21         with:
22           pr-comment: >
23             Hi, thank you for your contribution!
25             GitHub is however not the right place for these. The development repository is
26             hosted on GitLab: <https://gitlab.com/wireshark/wireshark>. Please have a look at
27             <https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcContribute.html>
28             for further instructions.