From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- .github/FUNDING.yml | 1 + .github/workflows/lockdown.yml | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/workflows/lockdown.yml (limited to '.github') diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000000..df0fa03d0d --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: https://www.libreoffice.org/donate/ diff --git a/.github/workflows/lockdown.yml b/.github/workflows/lockdown.yml new file mode 100644 index 0000000000..df2701495f --- /dev/null +++ b/.github/workflows/lockdown.yml @@ -0,0 +1,26 @@ +# 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 -- cgit v1.2.3