From 04a187d7586eb1f7f7fdc69d005a22fe1b4b31fb Mon Sep 17 00:00:00 2001 From: j-hc Date: Wed, 28 Jun 2023 02:23:28 +0300 Subject: [PATCH 1/2] clean older workflows --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce8cdd4..f6cb442 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: jobs: check: + permissions: write-all runs-on: ubuntu-latest steps: - name: Checkout @@ -61,6 +62,12 @@ jobs: echo "SHOULD_BUILD=0" >> $GITHUB_OUTPUT fi + - name: Clear older runs + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + gh run list -L400 --json databaseId -q '.[].databaseId' | tail -n+10 | xargs -IID gh api "repos/$(gh repo view --json nameWithOwner -q .nameWithOwner)/actions/runs/ID" -X DELETE || : + outputs: SHOULD_BUILD: ${{ steps.should_build.outputs.SHOULD_BUILD }} From 54a5f1afa802c87d4fbb633321deaeae4e6c1ac0 Mon Sep 17 00:00:00 2001 From: j-hc Date: Wed, 28 Jun 2023 02:23:40 +0300 Subject: [PATCH 2/2] mention rvmm-config-gen in readme --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8f3f22a..070f021 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,5 +7,5 @@ assignees: '' --- -**Describe the bug** **DO NOT REPORT REVANCED BUGS IN THIS REPO** +**Describe the bug of the rvmm builder or the modules** diff --git a/README.md b/README.md index 6b45fd7..b2c8f58 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Get the [latest CI release](https://github.com/j-hc/revanced-magisk-module/relea * Star the repo :eyes: * [Fork the repo](https://github.com/j-hc/revanced-magisk-module/fork) or use it as a template - * Customize [`config.toml`](./config.toml) + * Customize [`config.toml`](./config.toml) by hand or using [rvmm-config-gen](https://j-hc.github.io/rvmm-config-gen/) * Run the build [workflow](../../actions/workflows/build.yml) * Grab your modules and APKs from [releases](../../releases)