android: Update app-specific/MIME type icons
[LibreOffice.git] / .github / workflows / lockdown.yml
blobdf2701495fda3362af66a1f6915e45250e53ef13
1 # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
2 # LibreOffice project uses gerrit as its patch management & review system
3 name: Repo Lockdown
5 on:
6   issues:
7     types: opened
8   pull_request_target:
9     types: opened
11 jobs:
12   point-to-upstream:
13     runs-on: ubuntu-latest
14     steps:
15       - uses: dessant/repo-lockdown@v3
16         with:
17           issue-comment: >
18             Thank you for your report. We use GitHub as a read-only mirror, so please submit your report into our own bug tracker: https://wiki.documentfoundation.org/QA/BugReport
19           skip-closed-issue-comment: true
20           close-issue: true
21           lock-issue: false
22           pr-comment: >
23             Thank you for your contribution. We use GitHub as a read-only mirror, so please submit your patch into our own code review system: https://wiki.documentfoundation.org/Development/GetInvolved
24           skip-closed-pr-comment: true
25           close-pr: true
26           lock-pr: false