35787e07b7
* Changelog: https://github.com/dessant/repo-lockdown/blob/master/CHANGELOG.md#300-2022-12-04 Change-Id: I7c4f7dc8f97dc59b3d689cf82e23365740c8fd6c Signed-off-by: Sarthak Roy <sarthakroy2002@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147495 Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
26 lines
985 B
YAML
26 lines
985 B
YAML
# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
|
|
# LibreOffice project uses gerrit as its patch management & review system
|
|
name: Repo Lockdown
|
|
|
|
on:
|
|
issues:
|
|
types: opened
|
|
pull_request_target:
|
|
types: opened
|
|
|
|
jobs:
|
|
point-to-upstream:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/repo-lockdown@v3
|
|
with:
|
|
issue-comment: >
|
|
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
|
|
skip-closed-issue-comment: true
|
|
close-issue: true
|
|
lock-issue: false
|
|
pr-comment: >
|
|
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
|
|
skip-closed-pr-comment: true
|
|
close-pr: true
|
|
lock-pr: false
|