2021-02-08 12:05:46 +01:00
|
|
|
name: auto-update
|
2021-02-08 11:53:24 +01:00
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
schedule:
|
|
|
|
- cron: '0 0 * * *'
|
|
|
|
jobs:
|
2021-08-02 03:13:25 +02:00
|
|
|
create-branch:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
- name: Create Branch
|
2021-08-02 03:18:18 +02:00
|
|
|
uses: peterjgrainger/action-create-branch@v2.0.1
|
|
|
|
env:
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
with:
|
|
|
|
branch: 'bot/auto-update'
|
2021-05-26 14:58:54 +02:00
|
|
|
remove-duplicates:
|
2021-05-06 15:24:54 +02:00
|
|
|
runs-on: ubuntu-latest
|
2021-08-02 03:13:25 +02:00
|
|
|
needs: create-branch
|
2021-05-06 15:24:54 +02:00
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
2021-08-02 03:13:25 +02:00
|
|
|
with:
|
|
|
|
ref: bot/auto-update
|
2021-05-06 15:24:54 +02:00
|
|
|
- name: Install Dependencies
|
|
|
|
run: npm install
|
|
|
|
- name: Remove Duplicates
|
|
|
|
run: node scripts/remove-duplicates.js
|
2021-08-02 03:13:25 +02:00
|
|
|
- name: Commit Changes
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
2021-05-26 14:58:54 +02:00
|
|
|
with:
|
2021-08-02 03:41:01 +02:00
|
|
|
commit_message: '[Bot] Remove duplicates'
|
2021-08-02 03:13:25 +02:00
|
|
|
branch: bot/auto-update
|
2021-08-02 03:41:01 +02:00
|
|
|
file_pattern: channels/*
|
2021-07-13 18:18:04 +02:00
|
|
|
filter:
|
2021-05-26 14:58:54 +02:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
needs: remove-duplicates
|
2021-07-13 18:18:04 +02:00
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
2021-08-02 03:13:25 +02:00
|
|
|
with:
|
|
|
|
ref: bot/auto-update
|
2021-07-13 18:18:04 +02:00
|
|
|
- name: Install Dependencies
|
|
|
|
run: npm install
|
|
|
|
- name: Filter Playlists
|
|
|
|
run: node scripts/filter.js
|
2021-08-02 03:13:25 +02:00
|
|
|
- name: Commit Changes
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
2021-07-13 18:18:04 +02:00
|
|
|
with:
|
2021-08-02 03:41:01 +02:00
|
|
|
commit_message: '[Bot] Filtere channels'
|
2021-08-02 03:13:25 +02:00
|
|
|
branch: bot/auto-update
|
2021-08-02 03:41:01 +02:00
|
|
|
file_pattern: channels/*
|
2021-07-13 18:18:04 +02:00
|
|
|
format:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
needs: filter
|
2021-08-01 06:13:18 +02:00
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
2021-08-02 03:13:25 +02:00
|
|
|
with:
|
|
|
|
ref: bot/auto-update
|
2021-08-01 06:13:18 +02:00
|
|
|
- name: Install Dependencies
|
|
|
|
run: npm install
|
|
|
|
- name: Format Playlists
|
|
|
|
run: node scripts/format.js
|
2021-08-02 03:13:25 +02:00
|
|
|
- name: Commit Changes
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
2021-08-01 06:13:18 +02:00
|
|
|
with:
|
2021-08-02 03:41:01 +02:00
|
|
|
commit_message: '[Bot] Formate playlists'
|
2021-08-02 03:13:25 +02:00
|
|
|
branch: bot/auto-update
|
2021-08-02 03:41:01 +02:00
|
|
|
file_pattern: channels/*
|
2021-08-01 06:13:18 +02:00
|
|
|
detect-resolution:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
needs: format
|
2021-08-01 02:58:47 +02:00
|
|
|
continue-on-error: true
|
|
|
|
strategy:
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
2021-08-01 19:56:00 +02:00
|
|
|
country: [
|
|
|
|
# ad,
|
|
|
|
# ae,
|
|
|
|
# af,
|
|
|
|
# ag,
|
|
|
|
# al,
|
|
|
|
# am,
|
|
|
|
an
|
|
|
|
# ao,
|
|
|
|
# ar,
|
|
|
|
# at,
|
|
|
|
# au,
|
|
|
|
# aw,
|
|
|
|
# az,
|
|
|
|
# ba,
|
|
|
|
# bb,
|
|
|
|
# bd,
|
|
|
|
# be,
|
|
|
|
# bf,
|
|
|
|
# bg,
|
|
|
|
# bh,
|
|
|
|
# bn,
|
|
|
|
# bo,
|
|
|
|
# br,
|
|
|
|
# bs,
|
|
|
|
# by,
|
|
|
|
# ca,
|
|
|
|
# cd,
|
|
|
|
# cg,
|
|
|
|
# ch,
|
|
|
|
# ci,
|
|
|
|
# cl,
|
|
|
|
# cm,
|
|
|
|
# cn,
|
|
|
|
# co,
|
|
|
|
# cr,
|
|
|
|
# cu,
|
|
|
|
# cw,
|
|
|
|
# cy,
|
|
|
|
# cz,
|
|
|
|
# de,
|
|
|
|
# dk,
|
|
|
|
# do,
|
|
|
|
# dz,
|
|
|
|
# ec,
|
|
|
|
# ee,
|
|
|
|
# eg,
|
|
|
|
# es,
|
|
|
|
# et,
|
|
|
|
# fi,
|
|
|
|
# fj,
|
|
|
|
# fo,
|
|
|
|
# fr,
|
|
|
|
# ge,
|
|
|
|
# gh,
|
|
|
|
# gm,
|
|
|
|
# gn,
|
|
|
|
# gp,
|
|
|
|
# gq,
|
|
|
|
# gr,
|
|
|
|
# gt,
|
|
|
|
# hk,
|
|
|
|
# hn,
|
|
|
|
# hr,
|
|
|
|
# ht,
|
|
|
|
# hu,
|
|
|
|
# id,
|
|
|
|
# ie,
|
|
|
|
# il,
|
|
|
|
# in,
|
|
|
|
# iq,
|
|
|
|
# ir,
|
|
|
|
# is,
|
|
|
|
# it,
|
|
|
|
# jm,
|
|
|
|
# jo,
|
|
|
|
# jp,
|
|
|
|
# ke,
|
|
|
|
# kg,
|
|
|
|
# kh,
|
|
|
|
# kp,
|
|
|
|
# kr,
|
|
|
|
# kw,
|
|
|
|
# kz,
|
|
|
|
# la,
|
|
|
|
# lb,
|
|
|
|
# li,
|
|
|
|
# lk,
|
|
|
|
# lt,
|
|
|
|
# lu,
|
|
|
|
# lv,
|
|
|
|
# ly,
|
|
|
|
# ma,
|
|
|
|
# mc,
|
|
|
|
# md,
|
|
|
|
# me,
|
|
|
|
# mk,
|
|
|
|
# ml,
|
|
|
|
# mm,
|
|
|
|
# mn,
|
|
|
|
# mo,
|
|
|
|
# mt,
|
|
|
|
# mv,
|
|
|
|
# mx,
|
|
|
|
# my,
|
|
|
|
# mz,
|
|
|
|
# ne,
|
|
|
|
# ng,
|
|
|
|
# ni,
|
|
|
|
# nl,
|
|
|
|
# no,
|
|
|
|
# np,
|
|
|
|
# nz,
|
|
|
|
# om,
|
|
|
|
# pa,
|
|
|
|
# pe,
|
|
|
|
# ph,
|
|
|
|
# pk,
|
|
|
|
# pl,
|
|
|
|
# pr,
|
|
|
|
# ps,
|
|
|
|
# pt,
|
|
|
|
# py,
|
|
|
|
# qa,
|
|
|
|
# ro,
|
|
|
|
# rs,
|
|
|
|
# ru,
|
|
|
|
# rw,
|
|
|
|
# sa,
|
|
|
|
# sd,
|
|
|
|
# se,
|
|
|
|
# sg,
|
|
|
|
# si,
|
|
|
|
# sk,
|
|
|
|
# sl,
|
|
|
|
# sm,
|
|
|
|
# sn,
|
|
|
|
# so,
|
|
|
|
# sv,
|
|
|
|
# sy,
|
|
|
|
# th,
|
|
|
|
# tj,
|
|
|
|
# tm,
|
|
|
|
# tn,
|
|
|
|
# tr,
|
|
|
|
# tt,
|
|
|
|
# tw,
|
|
|
|
# tz,
|
|
|
|
# ua,
|
|
|
|
# ug,
|
|
|
|
# uk,
|
|
|
|
# us,
|
|
|
|
# uy,
|
|
|
|
# uz,
|
|
|
|
# va,
|
|
|
|
# ve,
|
|
|
|
# vi,
|
|
|
|
# vn,
|
|
|
|
# xk,
|
|
|
|
# ye,
|
|
|
|
# zm
|
2021-08-01 02:58:47 +02:00
|
|
|
]
|
2021-05-26 14:58:54 +02:00
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
2021-08-02 03:13:25 +02:00
|
|
|
with:
|
|
|
|
ref: bot/auto-update
|
2021-05-26 14:58:54 +02:00
|
|
|
- name: Install Dependencies
|
|
|
|
run: npm install
|
2021-08-01 06:13:18 +02:00
|
|
|
- name: Detect Resolution
|
|
|
|
run: node scripts/detect-resolution.js --country=${{ matrix.country }}
|
2021-05-26 14:58:54 +02:00
|
|
|
- name: Upload Artifact
|
|
|
|
uses: actions/upload-artifact@v2
|
|
|
|
with:
|
|
|
|
name: channels
|
2021-08-01 02:58:47 +02:00
|
|
|
path: channels/${{ matrix.country }}.m3u
|
2021-08-02 03:13:25 +02:00
|
|
|
commit-changes:
|
2021-05-26 14:58:54 +02:00
|
|
|
runs-on: ubuntu-latest
|
2021-08-01 06:13:18 +02:00
|
|
|
needs: detect-resolution
|
2021-05-26 14:58:54 +02:00
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
2021-08-02 03:13:25 +02:00
|
|
|
with:
|
|
|
|
ref: bot/auto-update
|
2021-05-26 14:58:54 +02:00
|
|
|
- name: Download Artifacts
|
|
|
|
uses: actions/download-artifact@v2
|
2021-08-02 03:13:25 +02:00
|
|
|
- name: Commit Changes
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
|
|
|
with:
|
2021-08-02 03:41:01 +02:00
|
|
|
commit_message: '[Bot] Detect resolution'
|
2021-08-02 03:13:25 +02:00
|
|
|
branch: bot/auto-update
|
2021-08-02 03:41:01 +02:00
|
|
|
file_pattern: channels/*
|
2021-08-02 03:13:25 +02:00
|
|
|
generate:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
needs: commit-changes
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
with:
|
|
|
|
ref: bot/auto-update
|
2021-05-26 14:58:54 +02:00
|
|
|
- name: Install Dependencies
|
|
|
|
run: npm install
|
2021-02-08 11:53:24 +01:00
|
|
|
- name: Generate Playlists
|
|
|
|
run: node scripts/generate.js
|
|
|
|
- name: Deploy to GitHub Pages
|
2021-04-17 02:47:33 +02:00
|
|
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
2021-04-17 02:53:32 +02:00
|
|
|
with:
|
|
|
|
branch: gh-pages
|
|
|
|
folder: .gh-pages
|
2021-05-26 14:58:54 +02:00
|
|
|
update-readme:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
needs: generate
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
2021-08-02 03:13:25 +02:00
|
|
|
with:
|
|
|
|
ref: bot/auto-update
|
2021-05-26 14:58:54 +02:00
|
|
|
- name: Install Dependencies
|
|
|
|
run: npm install
|
2021-02-08 11:53:24 +01:00
|
|
|
- name: Update README.md
|
|
|
|
run: node scripts/update-readme.js
|
2021-08-02 03:41:01 +02:00
|
|
|
- name: Commit Changes
|
|
|
|
uses: stefanzweifel/git-auto-commit-action@v4
|
2021-05-26 14:37:13 +02:00
|
|
|
with:
|
2021-08-02 03:41:01 +02:00
|
|
|
commit_message: '[Bot] Update README.md'
|
|
|
|
branch: bot/auto-update
|
|
|
|
file_pattern: README.md
|
2021-05-26 15:10:28 +02:00
|
|
|
pull-request:
|
|
|
|
needs: update-readme
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
2021-05-26 15:44:21 +02:00
|
|
|
with:
|
2021-08-02 03:13:25 +02:00
|
|
|
ref: bot/auto-update
|
2021-05-26 17:23:27 +02:00
|
|
|
- name: Generate Token
|
|
|
|
uses: tibdex/github-app-token@v1
|
|
|
|
id: generate-token
|
|
|
|
with:
|
|
|
|
app_id: ${{ secrets.APP_ID }}
|
|
|
|
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
2021-05-26 15:10:28 +02:00
|
|
|
- name: Create Pull Request
|
2021-05-26 16:16:58 +02:00
|
|
|
id: pr
|
2021-05-26 15:10:28 +02:00
|
|
|
uses: peter-evans/create-pull-request@v3
|
|
|
|
with:
|
|
|
|
title: '[Bot] Update playlists'
|
|
|
|
body: |
|
|
|
|
This pull request is created automatically by `auto-update` action.
|
2021-05-26 17:50:24 +02:00
|
|
|
committer: GitHub <noreply@github.com>
|
2021-05-26 15:10:28 +02:00
|
|
|
branch: bot/auto-update
|
|
|
|
delete-branch: true
|
2021-05-26 17:23:27 +02:00
|
|
|
token: ${{ steps.generate-token.outputs.token }}
|
|
|
|
- name: Enable Pull Request Automerge
|
2021-05-26 16:16:58 +02:00
|
|
|
if: steps.pr.outputs.pull-request-operation == 'created'
|
|
|
|
uses: peter-evans/enable-pull-request-automerge@v1
|
|
|
|
with:
|
|
|
|
token: ${{ secrets.PAT }}
|
|
|
|
pull-request-number: ${{ steps.pr.outputs.pull-request-number }}
|
|
|
|
merge-method: squash
|
2021-05-26 16:44:04 +02:00
|
|
|
- name: Approve Pull Request
|
|
|
|
if: steps.pr.outputs.pull-request-operation == 'created'
|
|
|
|
uses: juliangruber/approve-pull-request-action@v1
|
|
|
|
with:
|
|
|
|
github-token: ${{ secrets.PAT }}
|
|
|
|
number: ${{ steps.pr.outputs.pull-request-number }}
|