diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml index 055faf8..8e9f42a 100644 --- a/.github/.kodiak.toml +++ b/.github/.kodiak.toml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# 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"] diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1c31cd7..d143bde 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 + # This file is maintained in https://github.com/WeblateOrg/meta/ github: [nijel, WeblateOrg] custom: https://weblate.org/donate/ diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6ff1704..8296cc7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f51e92e..64b468f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# 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 diff --git a/.github/ISSUE_TEMPLATE/support_question.yml b/.github/ISSUE_TEMPLATE/support_question.yml index ab5144d..926cc54 100644 --- a/.github/ISSUE_TEMPLATE/support_question.yml +++ b/.github/ISSUE_TEMPLATE/support_question.yml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# 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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md.license b/.github/PULL_REQUEST_TEMPLATE.md.license new file mode 100644 index 0000000..0152480 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md.license @@ -0,0 +1,5 @@ +Copyright © Michal Čihař + +SPDX-License-Identifier: CC0-1.0 + +This file is maintained in https://github.com/WeblateOrg/meta/ diff --git a/.github/labels.yml b/.github/labels.yml index 7328526..5029e83 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 + # This file is maintained in https://github.com/WeblateOrg/meta/ # Default GitHub labels diff --git a/.github/renovate.json.license b/.github/renovate.json.license new file mode 100644 index 0000000..0152480 --- /dev/null +++ b/.github/renovate.json.license @@ -0,0 +1,5 @@ +Copyright © Michal Čihař + +SPDX-License-Identifier: CC0-1.0 + +This file is maintained in https://github.com/WeblateOrg/meta/ diff --git a/.github/workflows/closing.yml b/.github/workflows/closing.yml index 5c176c8..9970cc7 100644 --- a/.github/workflows/closing.yml +++ b/.github/workflows/closing.yml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 + # This file is maintained in https://github.com/WeblateOrg/meta/ name: Issue closed diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index f59ae2d..6afb258 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 + # This file is maintained in https://github.com/WeblateOrg/meta/ name: Sync labels diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e25a3e5..eff0db3 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 + # This file is maintained in https://github.com/WeblateOrg/meta/ name: Issue labeled diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 068913d..792b82f 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -1,10 +1,13 @@ +# Copyright © Michal Čihař +# +# 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 diff --git a/.github/workflows/pull_requests.yaml b/.github/workflows/pull_requests.yaml index b7404b8..fe1475d 100644 --- a/.github/workflows/pull_requests.yaml +++ b/.github/workflows/pull_requests.yaml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 + # This file is maintained in https://github.com/WeblateOrg/meta/ name: Pull request automation diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e1df6b0..c7c1af9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,3 +1,7 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 + # This file is maintained in https://github.com/WeblateOrg/meta/ name: Close stale diff --git a/.markdownlint.json b/.markdownlint.json deleted file mode 100644 index 8bebf5e..0000000 --- a/.markdownlint.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "first-line-heading": false, - "line-length": false -} diff --git a/.markdownlint.yml b/.markdownlint.yml new file mode 100644 index 0000000..4bb3bd9 --- /dev/null +++ b/.markdownlint.yml @@ -0,0 +1,8 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 +# +# This file is maintained in https://github.com/WeblateOrg/meta/ + +first-line-heading: false +line-length: false diff --git a/.yamllint.yml b/.yamllint.yml index b329220..199d74b 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,3 +1,9 @@ +# Copyright © Michal Čihař +# +# SPDX-License-Identifier: CC0-1.0 +# +# This file is maintained in https://github.com/WeblateOrg/meta/ +# extends: default rules: diff --git a/SECURITY.md b/SECURITY.md index c6189a6..ed913f9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,7 +1,7 @@