File tree Expand file tree Collapse file tree 4 files changed +76
-0
lines changed
Expand file tree Collapse file tree 4 files changed +76
-0
lines changed Original file line number Diff line number Diff line change 1+ name : ModuleReleasePush
2+
3+ # SPDX-FileCopyrightText: 2026 Sangoma US Inc.
4+ # SPDX-License-Identifier: GPL-3.0-or-later
5+
6+ # This file should be copied into each module that needs translating.
7+ # Place in the .github/workflows/ directory in the release/* branches.
8+ # (Or in all active release/*, weblate/* and base branches if that is easier.)
9+
10+ run-name : " ModuleReleasePush ${{ github.run_number }}/${{ github.run_attempt }} (${{ github.event_name }}) by @${{ github.actor }}"
11+
12+ on :
13+ push :
14+ branches :
15+ - ' release/*'
16+
17+ permissions :
18+ contents : write
19+
20+ jobs :
21+ wrap :
22+ uses : FreePBX/freepbx-ci-actions/.github/workflows/SharedReleasePush.yml@main
Original file line number Diff line number Diff line change 1+ name : ModuleWeblateMerge
2+
3+ # SPDX-FileCopyrightText: 2026 Sangoma US Inc.
4+ # SPDX-License-Identifier: GPL-3.0-or-later
5+
6+ # This file should be copied into each module that needs translating.
7+ # Place in the .github/workflows/ directory in the default base branch.
8+ # (Or in all active release/*, weblate/* and base branches if that is easier.)
9+
10+ run-name : " ModuleWeblateMerge ${{ github.run_number }}/${{ github.run_attempt }} (${{ github.event_name }}) by @${{ github.actor }}"
11+
12+ on :
13+ workflow_run :
14+ workflows :
15+ - ' ModuleWeblatePush'
16+ branches :
17+ - ' weblate/*'
18+ types :
19+ - ' completed'
20+
21+ permissions :
22+ contents : write
23+ pull-requests : read
24+
25+ jobs :
26+ wrap :
27+ uses : FreePBX/freepbx-ci-actions/.github/workflows/SharedWeblateMerge.yml@main
Original file line number Diff line number Diff line change 1+ name : ModuleWeblatePush
2+
3+ # SPDX-FileCopyrightText: 2026 Sangoma US Inc.
4+ # SPDX-License-Identifier: GPL-3.0-or-later
5+
6+ # This file should be copied into each module that needs translating.
7+ # Place in the .github/workflows/ directory in the weblate/* branches.
8+ # (Or in all active release/*, weblate/* and base branches if that is easier.)
9+
10+ run-name : " ModuleWeblatePush ${{ github.run_number }}/${{ github.run_attempt }} (${{ github.event_name }}) by @${{ github.actor }}"
11+
12+ on :
13+ push :
14+ branches :
15+ - ' weblate/*'
16+ paths :
17+ - ' i18n/*'
18+
19+ permissions :
20+ contents : read
21+ pull-requests : write
22+ statuses : write
23+
24+ jobs :
25+ wrap :
26+ uses : FreePBX/freepbx-ci-actions/.github/workflows/SharedWeblatePush.yml@main
Original file line number Diff line number Diff line change 11# freepbx-gh-test
22Place for testing freepbx-ci-actions repository of GitHub Actions and other GitHub tools.
3+ This is a barebones module that can be installed on v17.
You can’t perform that action at this time.
0 commit comments