mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-04 15:11:07 +08:00
Sync with WeblateOrg/meta
This commit is contained in:
parent
cfcf05988f
commit
37b8027d18
14 changed files with 372 additions and 366 deletions
9
.github/ISSUE_TEMPLATE/config.yml
vendored
9
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,15 +1,10 @@
|
|||
contact_links:
|
||||
- name: Read our clear, thorough and localized Docs
|
||||
url: https://docs.weblate.org/
|
||||
about:
|
||||
Save your time! There is an instant solution for many issues in the docs
|
||||
appreciated by numerous users. And it might be in your preferred language.
|
||||
about: Save your time! There is an instant solution for many issues in the docs appreciated by numerous users. And it might be in your preferred language.
|
||||
- name: Get Professional support
|
||||
url: https://weblate.org/support/
|
||||
about:
|
||||
As a subscriber, you will always receive fast and helpful replies from
|
||||
our dedicated support team. More responsible and faster for your business, also
|
||||
makes Weblate stronger.
|
||||
about: As a subscriber, you will always receive fast and helpful replies from our dedicated support team. More responsible and faster for your business, also makes Weblate stronger.
|
||||
- name: Ask a Question
|
||||
url: https://github.com/WeblateOrg/weblate/discussions
|
||||
about: Want to discuss something with a community? Do it in discussions!
|
||||
|
|
8
.github/workflows/pre-commit.yml
vendored
8
.github/workflows/pre-commit.yml
vendored
|
@ -4,9 +4,9 @@ name: Pre-commit check
|
|||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
- "deepsource-fix-**"
|
||||
- "renovate/**"
|
||||
- dependabot/**
|
||||
- deepsource-fix-**
|
||||
- renovate/**
|
||||
- weblate
|
||||
pull_request:
|
||||
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Setup Python
|
||||
uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: '3.10'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip wheel
|
||||
|
|
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
# This file is maintained in https://github.com/WeblateOrg/meta/
|
||||
|
||||
name: "Close stale"
|
||||
name: Close stale
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
- cron: 30 1 * * *
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
@ -19,10 +19,19 @@ repos:
|
|||
hooks:
|
||||
- id: check-hooks-apply
|
||||
- id: check-useless-excludes
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v2.5.1
|
||||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
||||
rev: v2.2.0
|
||||
hooks:
|
||||
- id: prettier
|
||||
- id: pretty-format-yaml
|
||||
args: [--autofix, --indent, '2']
|
||||
- repo: https://github.com/executablebooks/mdformat
|
||||
rev: 0.7.13
|
||||
hooks:
|
||||
- id: mdformat
|
||||
additional_dependencies:
|
||||
- mdformat-gfm
|
||||
- mdformat-black
|
||||
- mdformat-shfmt
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.8.0.3
|
||||
hooks:
|
||||
|
|
|
@ -5,3 +5,5 @@ rules:
|
|||
max: 500
|
||||
level: error
|
||||
document-start: disable
|
||||
indentation:
|
||||
indent-sequences: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue