Sync with WeblateOrg/meta

This commit is contained in:
Michal Čihař 2023-01-10 11:25:19 +01:00
parent d03110e64a
commit 3741569340
18 changed files with 75 additions and 8 deletions

View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
# Configuration for https://kodiakhq.com/ # Configuration for https://kodiakhq.com/
version = 1 version = 1
@ -6,4 +10,4 @@ version = 1
method = "rebase" method = "rebase"


[update] [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
View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
github: [nijel, WeblateOrg] github: [nijel, WeblateOrg]
custom: https://weblate.org/donate/ custom: https://weblate.org/donate/

View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
# and generated from .github/ISSUE_TEMPLATE/snippets there. # and generated from .github/ISSUE_TEMPLATE/snippets there.
name: Bug report name: Bug report

View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
# and generated from .github/ISSUE_TEMPLATE/snippets there. # and generated from .github/ISSUE_TEMPLATE/snippets there.
name: Feature request name: Feature request

View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
# and generated from .github/ISSUE_TEMPLATE/snippets there. # and generated from .github/ISSUE_TEMPLATE/snippets there.
name: Support question name: Support question

View 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
View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/


# Default GitHub labels # Default GitHub labels

5
.github/renovate.json.license vendored Normal file
View 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/

View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
name: Issue closed name: Issue closed



View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
name: Sync labels name: Sync labels



View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
name: Issue labeled name: Issue labeled



View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
name: Pre-commit check name: Pre-commit check


on: on:
push: push:
branches-ignore: branches-ignore:
- dependabot/**
- deepsource-fix-** - deepsource-fix-**
- renovate/** - renovate/**
- weblate - weblate

View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/


name: Pull request automation name: Pull request automation

View file

@ -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/ # This file is maintained in https://github.com/WeblateOrg/meta/
name: Close stale name: Close stale



View file

@ -1,4 +0,0 @@
{
"first-line-heading": false,
"line-length": false
}

8
.markdownlint.yml Normal file
View 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

View file

@ -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 extends: default


rules: rules:

View file

@ -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/ This file is maintained in https://github.com/WeblateOrg/meta/
--> -->