Skip to content

Commit

Permalink
Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 17, 2020
1 parent c0889fe commit 7227991
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 47 deletions.
40 changes: 0 additions & 40 deletions .github/stale.yml

This file was deleted.

15 changes: 9 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,22 @@ jobs:
steps:
- uses: actions/stale@v3
with:
# Ideal setup would be 10/4 for issues and 30/14 for PRs
# Ideal setup would be 10/4 for issues and 30/14 for PRs, but not supported, see
# https://github.com/actions/stale/issues/214
days-before-stale: 10
days-before-close: 4
days-before-stale: 20
days-before-close: 8
exempt-issue-labels: bug,enhancement,documentation,security
stale-issue-label: wontfix
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
stale-issue-message: |
This issue has been automatically marked as stale because it has not had any recent activity.
It will be closed soon if no further action occurs.
Thank you for your contributions!
stale-pr-message: >
stale-pr-message: |
This pull request has been automatically marked as stale because it has not had any recent activity.
It will be closed soon if no further action occurs.
Thank you for your contributions!
debug-only: true
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/prettier/pre-commit
rev: 413fd9da8e03249b74acf8543567e5debbad8bfa
rev: 57f39166b5a5a504d6808b87ab98d41ebf095b46
hooks:
- id: prettier
files: "\\.(\
Expand Down

0 comments on commit 7227991

Please sign in to comment.