Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
319213d
docs: termux (#83)
JarbasAl Sep 7, 2025
a4d6dad
Increment Version to 0.1.17a1
JarbasAl Sep 7, 2025
edf92d0
Update Changelog
JarbasAl Sep 7, 2025
d496208
Add pt-BR (#85)
gitlocalize-app[bot] Sep 29, 2025
fe02392
Update translations
JarbasAl Sep 29, 2025
37ef746
Increment Version to 0.1.17a2
JarbasAl Sep 29, 2025
46e5dd3
Update Changelog
JarbasAl Sep 29, 2025
bc007e4
Translate skill.json via GitLocalize (#87)
gitlocalize-app[bot] Oct 8, 2025
dd3f970
Increment Version to 0.1.17a3
JarbasAl Oct 8, 2025
6e0de47
Update Changelog
JarbasAl Oct 8, 2025
0e764cb
es-es/translate (#89)
gitlocalize-app[bot] Nov 24, 2025
f767bca
Update translations
JarbasAl Nov 24, 2025
affea74
Increment Version to 0.1.17a4
JarbasAl Nov 24, 2025
e2a91d0
Update Changelog
JarbasAl Nov 24, 2025
3924c6b
Add renovate.json (#91)
renovate[bot] Dec 18, 2025
c474d20
Increment Version to 0.1.17a5
JarbasAl Dec 18, 2025
fc586bb
Update Changelog
JarbasAl Dec 18, 2025
68f3963
chore(deps): update actions/checkout action to v6 (#97)
renovate[bot] Dec 19, 2025
beb41c9
Increment Version to 0.1.17a6
JarbasAl Dec 19, 2025
baf75a0
Update Changelog
JarbasAl Dec 19, 2025
8c5f760
chore(deps): update dependency python to 3.14 (#92)
renovate[bot] Dec 19, 2025
bbc8383
Increment Version to 0.1.17a7
JarbasAl Dec 19, 2025
d8bf200
Update Changelog
JarbasAl Dec 19, 2025
205d32c
chore(deps): update dependency ovos_workshop to v8 (#101)
renovate[bot] Dec 20, 2025
7355014
Increment Version to 0.1.17a8
JarbasAl Dec 20, 2025
85f66a3
Update Changelog
JarbasAl Dec 20, 2025
fb58d8a
Refine French volume control locale (#106)
goldyfruit Mar 22, 2026
d6bd147
Increment Version to 0.1.17a9
JarbasAl Mar 22, 2026
110e7b0
Update Changelog
JarbasAl Mar 22, 2026
1bf9ae7
fix: rename bare lang code locale directories (#107)
ovos-localize[bot] Mar 24, 2026
70a0672
Update translations
JarbasAl Mar 24, 2026
c3b3eab
Increment Version to 0.1.18a1
JarbasAl Mar 24, 2026
c29fa27
Update Changelog
JarbasAl Mar 24, 2026
44315cc
fix: rename bare lang code locale directories (#108)
ovos-localize[bot] Mar 24, 2026
6e0c735
Update translations
JarbasAl Mar 24, 2026
3b972c7
Increment Version to 0.1.19a1
JarbasAl Mar 24, 2026
610e01f
Update Changelog
JarbasAl Mar 24, 2026
556b71d
fix(i18n): normalize locale folder names to canonical BCP-47 form (#110)
JarbasAl Apr 3, 2026
dfae9c0
Update translations
JarbasAl Apr 3, 2026
f6c6623
Increment Version to 0.1.20a1
JarbasAl Apr 3, 2026
76e2c90
Update Changelog
JarbasAl Apr 3, 2026
a787b85
ci: modernize GitHub workflows (#111)
JarbasAl Apr 4, 2026
3177899
Increment Version to 0.1.20a2
JarbasAl Apr 4, 2026
6a223d1
Update Changelog
JarbasAl Apr 4, 2026
27b8ecf
fix(i18n): normalize locale folder names to canonical BCP-47 form (#113)
JarbasAl Apr 4, 2026
6dc80b4
Increment Version to 0.1.21a1
JarbasAl Apr 4, 2026
723c865
Update Changelog
JarbasAl Apr 4, 2026
6e4aba5
chore(ovos-skill-volume): allow ovos-workshop<9.0.0 (#115)
JarbasAl Apr 9, 2026
bf4c51d
Increment Version to 0.1.21a2
JarbasAl Apr 9, 2026
e6cbd4b
Update Changelog
JarbasAl Apr 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build Tests

on:
pull_request:
branches: [dev, master, main]
workflow_dispatch:

jobs:
build:
uses: OpenVoiceOS/gh-automations/.github/workflows/build-tests.yml@dev
secrets: inherit
with:
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
install_extras: 'test'
test_path: 'test'
44 changes: 0 additions & 44 deletions .github/workflows/build_tests.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Code Coverage

on:
pull_request:
branches: [dev]
workflow_dispatch:

jobs:
coverage:
uses: OpenVoiceOS/gh-automations/.github/workflows/coverage.yml@dev
secrets: inherit
with:
python_version: '3.11'
coverage_source: 'ovos_skill_volume'
test_path: 'test/'
install_extras: ''
min_coverage: 0
11 changes: 11 additions & 0 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: License Check

on:
pull_request:
branches: [dev]
workflow_dispatch:

jobs:
license_check:
uses: OpenVoiceOS/gh-automations/.github/workflows/license-check.yml@dev
secrets: inherit
44 changes: 0 additions & 44 deletions .github/workflows/license_tests.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Lint

on:
pull_request:
branches: [dev, master, main]
workflow_dispatch:

jobs:
lint:
uses: OpenVoiceOS/gh-automations/.github/workflows/lint.yml@dev
secrets: inherit
with:
ruff: true
pre_commit: false # set true if .pre-commit-config.yaml exists
15 changes: 15 additions & 0 deletions .github/workflows/ovoscope.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Skill End-to-End Tests (ovoscope)

on:
pull_request:
branches: [dev, master, main]
workflow_dispatch:

jobs:
ovoscope:
uses: OpenVoiceOS/gh-automations/.github/workflows/ovoscope.yml@dev
secrets: inherit
with:
python_version: '3.11'
install_extras: 'test'
test_path: 'test/end2end/'
11 changes: 11 additions & 0 deletions .github/workflows/pip_audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: PIP Audit

on:
pull_request:
branches: [dev]
workflow_dispatch:

jobs:
pip_audit:
uses: OpenVoiceOS/gh-automations/.github/workflows/pip-audit.yml@dev
secrets: inherit
65 changes: 15 additions & 50 deletions .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
@@ -1,58 +1,23 @@
name: Stable Release
name: Publish Stable Release

on:
push:
branches: [master]
workflow_dispatch:
push:
branches: [master, main]

permissions:
contents: write # required for version bump commit and release tag

jobs:
publish_stable:
uses: TigreGotico/gh-automations/.github/workflows/publish-stable.yml@master
secrets: inherit
if: github.actor != 'github-actions[bot]'
uses: OpenVoiceOS/gh-automations/.github/workflows/publish-stable.yml@dev
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
MATRIX_TOKEN: ${{ secrets.MATRIX_TOKEN }}
with:
branch: 'master'
version_file: 'version.py'
setup_py: 'setup.py'
publish_pypi: true
publish_release: true

publish_pypi:
needs: publish_stable
if: success() # Ensure this job only runs if the previous job succeeds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Build Tools
run: |
python -m pip install build wheel
- name: version
run: echo "::set-output name=version::$(python setup.py --version)"
id: version
- name: Build Distribution Packages
run: |
python setup.py sdist bdist_wheel
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{secrets.PYPI_TOKEN}}


sync_dev:
needs: publish_stable
if: success() # Ensure this job only runs if the previous job succeeds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
ref: master
- name: Push master -> dev
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: dev
sync_dev: true
notify_matrix: true
14 changes: 14 additions & 0 deletions .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release Preview

on:
pull_request:
branches: [dev]
workflow_dispatch:

jobs:
release_preview:
uses: OpenVoiceOS/gh-automations/.github/workflows/release-preview.yml@dev
secrets: inherit
with:
package_name: 'ovos_skill_volume'
version_file: 'version.py'
Loading