Skip to content

Commit

Permalink
ci: add bump-pr.yml to bump casks and open PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Sep 23, 2023
1 parent 77525b3 commit c56aae9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/bump-pr.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c56aae9

Please sign in to comment.