-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Imported resurse crestine songs based on rc_authors_to_process.txt an…
…d rc_ids_to_process.txt.
- Loading branch information
Showing
8 changed files
with
81 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
name: 'CI (Continuous Integration) & Auto Update Songs Meta' | ||
|
||
on: [pull_request] | ||
on: [ pull_request ] | ||
|
||
jobs: | ||
PathsFilter: | ||
runs-on: ubuntu-latest | ||
outputs: | ||
rcOutput: ${{ steps.filter.outputs.rcImportsHaveChanged }} | ||
steps: | ||
- name: Clone repository | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
||
- uses: dorny/paths-filter@v2 | ||
id: filter | ||
with: | ||
filters: | | ||
rcImportsHaveChanged: | ||
- 'temp-runners/rc_authors_to_process.txt' | ||
- 'temp-runners/rc_ids_to_process.txt' | ||
Build: | ||
needs: PathsFilter | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repository | ||
|
@@ -25,8 +44,39 @@ jobs: | |
CI: true | ||
FORCE_COLOR: 2 | ||
|
||
AutoImportFromRC: | ||
needs: [ Build, PathsFilter ] | ||
runs-on: ubuntu-latest | ||
if: needs.PathsFilter.outputs.rcOutput == 'true' | ||
steps: | ||
- name: Checkout bes-lyrics-parser repo | ||
uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.PAT_BES_PROJECTS }} | ||
repository: ioanlucut/bes-lyrics-parser | ||
path: bes-lyrics-parser | ||
sparse-checkout: | | ||
out | ||
- name: Use Node.js 20.x | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.x | ||
|
||
- name: Import from RC (if not exists already) | ||
run: | | ||
npm i && npm run import:rc:ci | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git add -A | ||
git diff --quiet && git diff --staged --quiet || git commit -am "[Bot] I have imported the resurse crestine songs based on the rc_authors_to_process.txt and rc_ids_to_process.txt." | ||
git push | ||
env: | ||
CI: true | ||
FORCE_COLOR: 2 | ||
|
||
AutoUpdateMeta: | ||
needs: Build | ||
needs: AutoImportFromRC | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repository | ||
|
@@ -52,6 +102,7 @@ jobs: | |
> | ||
> | ||
skip-checks: true" | ||
git push | ||
env: | ||
CI: true | ||
FORCE_COLOR: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
export * from './types.js'; | ||
export * as contentReplacerReprocessor from './contentReplacerReprocessor.js'; | ||
export * as contentStructureReprocessor from './contentStructureReprocessor.js'; | ||
export * as lyricsFileNameReprocessor from './lyricsFileNameReprocessor.js'; | ||
export * from './charsStatsCollector.js'; | ||
export * from './constants.js'; | ||
export * from './contentStructureValidator.js'; | ||
export * from './core.js'; | ||
export * from './constants.js'; | ||
export * as lyricsFileNameReprocessor from './lyricsFileNameReprocessor.js'; | ||
export * as contentStructureReprocessor from './contentStructureReprocessor.js'; | ||
export * as contentReplacerReprocessor from './contentReplacerReprocessor.js'; | ||
export * from './songParser.js'; | ||
export * from './songPrinter.js'; | ||
export * from './types.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,2 @@ | ||
10:BBSO:Bbso | ||
10:Excelsis Worship:Excelsis_worship | ||
10:Excelsis Worship:Excelsis_worship | ||
10:Omega:Omega | ||
10:William J. Gaither:William_j_gaither | ||
11:Callatis Praise:Callatis_praise | ||
11:Eldad:Eldad | ||
11:Florin Mesaroș:Florin_mesaros | ||
11:Messis:Messis | ||
11:Ramona Ibănescu:Ramona_ibanescu | ||
12:Grup Eldad:Grup_eldad | ||
12:Ionuţ Crăciun:Ionut_craciun | ||
13:Andreea Popoi:Andreea_popoi | ||
14:Emma Repede:Emma_repede | ||
14:Sunny Tranca:Sunny_tranca | ||
17:Ami şi Crista:Ami_si_crista | ||
18:Ekklesia:Ekklesia | ||
18:Grupul Eldad:Grupul_eldad | ||
2:Armonix:Armonix | ||
2:Bbso Baia Mare:Bbso_baia_mare | ||
3:Adi Lup:Adi_lup | ||
3:Ahava:Ahava | ||
3:Alin, Emima Timofte:Alin_emima_timofte | ||
3:Avalon:Avalon | ||
3:Biserica Betania Dublin:Biserica_betania_dublin | ||
3:Grupul Ava:Grupul_ava | ||
3:Ioan Panican:Ioan_panican | ||
3:Kari Jobe:Kari_jobe | ||
4:Born again:Born_again | ||
4:Casting Crowns:Casting_crowns | ||
4:Damaris Cauneac:Damaris_cauneac | ||
4:Elim Harmony Band:Elim_harmony_band | ||
4:Harvest Arad:Harvest_arad | ||
4:Iovan Miclea:Iovan_miclea | ||
4:Sanctus Pro Deo:Sanctus_pro_deo | ||
5:Adi Kovaci:Adi_kovaci | ||
5:Agape:Agape | ||
5:Betania Worship Dublin:Betania_worship_dublin | ||
5:Contrast:Contrast | ||
5:Eliza Pirosca:Eliza_pirosca | ||
5:Marius Pop, Naomi Borota:Marius_pop_naomi_borota | ||
5:Marius Pop:Marius_pop | ||
5:Ruben Filoti:Ruben_filoti | ||
5:Samuel Bratu:Samuel_bratu | ||
5:Speranța_pentru_copii:Sperantapentrucopii | ||
5:Utu Şuteu:Utu_suteu | ||
5:William H.Doane:William_hdoane | ||
6:Chris Tomlin:Chris_tomlin | ||
6:Diana Pup:Diana_pup | ||
6:Ekklesia Arad:Ekklesia_arad | ||
6:Flaviu Mitar:Flaviu_mitar | ||
6:Ioan Timofte:Ioan_timofte | ||
6:Profides:Profides | ||
6:Shalom:Shalom | ||
6:Traian Dorz si Nicolae Moldoveanu:Traian_dorz_si_nicolae_moldoveanu | ||
7:Andreea Mois:Andreea_mois | ||
7:Andreea şi Andrei Mois:Andreea_si_andrei_mois | ||
7:David Lela:David_lela | ||
7:Dolores:Dolores | ||
7:Laud:Laud | ||
7:Michael W. Smith:Michael_w_smith | ||
7:Not an idol:Not_an_idol | ||
8:Grupul Speranta:Grupul_speranta | ||
8:Tabara 477:Tabara | ||
9:Adonia:Adonia | ||
9:Chris:Chris | ||
9:Dan Muncaciu:Dan_muncaciu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
212152 | ||