From c56aae9e47ccb519c56dcbae705f078215de8e84 Mon Sep 17 00:00:00 2001 From: Loong Date: Sat, 23 Sep 2023 17:41:28 +0800 Subject: [PATCH] ci: add bump-pr.yml to bump casks and open PRs --- .github/workflows/bump-pr.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/bump-pr.yml diff --git a/.github/workflows/bump-pr.yml b/.github/workflows/bump-pr.yml new file mode 100644 index 0000000..af6e7e1 --- /dev/null +++ b/.github/workflows/bump-pr.yml @@ -0,0 +1,19 @@ +name: Bump formulae and casks and open PRs + +on: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +jobs: + casks: + runs-on: macos-latest + steps: + - name: Update Homebrew cask + uses: eugenesvk/action-homebrew-bump-cask@3 + with: + token: ${{secrets.MAA_HOMEBREW_BUMP_PR}} + tap: MaaAssistantArknights/homebrew-tap + org: MaaAssistantArknights + force: false + livecheck: true