mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-03 15:01:09 +08:00
Sync with WeblateOrg/meta
This commit is contained in:
parent
223b0845ab
commit
848b12c5f0
20 changed files with 84 additions and 9 deletions
6
.github/.kodiak.toml
vendored
6
.github/.kodiak.toml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
# Configuration for https://kodiakhq.com/
|
||||
version = 1
|
||||
|
@ -6,4 +10,4 @@ version = 1
|
|||
method = "rebase"
|
||||
|
||||
[update]
|
||||
ignored_usernames = ["dependabot", "weblate", "pre-commit-ci", "deepsource-autofix", "rennovate"]
|
||||
ignored_usernames = ["weblate", "pre-commit-ci", "deepsource-autofix", "rennovate"]
|
||||
|
|
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
github: [nijel, WeblateOrg]
|
||||
custom: https://weblate.org/donate/
|
||||
|
|
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
# and generated from .github/ISSUE_TEMPLATE/snippets there.
|
||||
name: Bug report
|
||||
|
|
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
# and generated from .github/ISSUE_TEMPLATE/snippets there.
|
||||
name: Feature request
|
||||
|
|
4
.github/ISSUE_TEMPLATE/support_question.yml
vendored
4
.github/ISSUE_TEMPLATE/support_question.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
# and generated from .github/ISSUE_TEMPLATE/snippets there.
|
||||
name: Support question
|
||||
|
|
5
.github/PULL_REQUEST_TEMPLATE.md.license
vendored
Normal file
5
.github/PULL_REQUEST_TEMPLATE.md.license
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Copyright © Michal Čihař <michal@weblate.org>
|
||||
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
This file is maintained in https://github.com/WeblateOrg/meta/
|
4
.github/labels.yml
vendored
4
.github/labels.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
|
||||
# Default GitHub labels
|
||||
|
|
5
.github/matchers/flake8.json.license
vendored
Normal file
5
.github/matchers/flake8.json.license
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Copyright © Michal Čihař <michal@weblate.org>
|
||||
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
This file is maintained in https://github.com/WeblateOrg/meta/
|
5
.github/renovate.json.license
vendored
Normal file
5
.github/renovate.json.license
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Copyright © Michal Čihař <michal@weblate.org>
|
||||
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
This file is maintained in https://github.com/WeblateOrg/meta/
|
4
.github/workflows/closing.yml
vendored
4
.github/workflows/closing.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
name: Issue closed
|
||||
|
||||
|
|
5
.github/workflows/flake8.yml
vendored
5
.github/workflows/flake8.yml
vendored
|
@ -1,10 +1,13 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
name: Flake8
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- dependabot/**
|
||||
- deepsource-fix-**
|
||||
- renovate/**
|
||||
- weblate
|
||||
|
|
4
.github/workflows/label-sync.yml
vendored
4
.github/workflows/label-sync.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
name: Sync labels
|
||||
|
||||
|
|
4
.github/workflows/labels.yml
vendored
4
.github/workflows/labels.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
name: Issue labeled
|
||||
|
||||
|
|
5
.github/workflows/pre-commit.yml
vendored
5
.github/workflows/pre-commit.yml
vendored
|
@ -1,10 +1,13 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
name: Pre-commit check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- dependabot/**
|
||||
- deepsource-fix-**
|
||||
- renovate/**
|
||||
- weblate
|
||||
|
|
4
.github/workflows/pull_requests.yaml
vendored
4
.github/workflows/pull_requests.yaml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
|
||||
name: Pull request automation
|
||||
|
|
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
name: Close stale
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"first-line-heading": false,
|
||||
"line-length": false
|
||||
}
|
8
.markdownlint.yml
Normal file
8
.markdownlint.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
|
||||
first-line-heading: false
|
||||
line-length: false
|
|
@ -1,3 +1,9 @@
|
|||
# Copyright © Michal Čihař <michal@weblate.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
#
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
Copyright © Michal Čihař <michal@cihar.com>
|
||||
Copyright © Michal Čihař <michal@weblate.org>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue