Skip to content

Commit

Permalink
Merge pull request #561 from blakeblackshear/master
Browse files Browse the repository at this point in the history
Merge minor master build changes back into `dev`
  • Loading branch information
dermotduffy committed Oct 23, 2023
2 parents e2ab51f + 4ba816d commit d7f4f64
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 38 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
name: Pre-commit
steps:
- name: Check out the repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
Expand All @@ -37,7 +37,7 @@ jobs:
name: HACS
steps:
- name: Check out the repository
uses: "actions/checkout@v3.5.2"
uses: "actions/checkout@v4.1.1"

- name: HACS validation
uses: "hacs/action@22.5.0"
Expand All @@ -49,7 +49,7 @@ jobs:
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/checkout@v3.5.2"
uses: "actions/checkout@v4.1.1"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand All @@ -59,9 +59,9 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v3.5.2"
uses: "actions/checkout@v4.1.1"
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/setup-python@v4.6.1"
uses: "actions/setup-python@v4.7.0"
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4.1.0
uses: crazy-max/ghaction-github-labeler@v4.2.0
with:
skip-delete: true
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/release-drafter@v5.23.0
uses: release-drafter/release-drafter@v5.25.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
days-before-stale: 30
days-before-close: 3
exempt-draft-pr: true
exempt-issue-labels: "pinned,security"
exempt-issue-labels:
"pinned,security,help wanted,pending,good first issue"
exempt-pr-labels: "pinned,security,dependencies"
operations-per-run: 1000
- name: Print outputs
Expand Down
28 changes: 0 additions & 28 deletions inlang.config.js

This file was deleted.

14 changes: 14 additions & 0 deletions project.inlang.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema":"https://inlang.com/schema/project-settings",
"sourceLanguageTag": "en",
"languageTags": ["de","en","pt_br","pt-BR"],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-json@4/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@1/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-identical-pattern@1/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@1/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@1/dist/index.js"
], "plugin.inlang.json": {
"pathPattern": "./custom_components/frigate/translations/{languageTag}.json"
}
}

0 comments on commit d7f4f64

Please sign in to comment.