Skip to content

Commit

Permalink
Add auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO2WMaN committed Nov 10, 2024
1 parent e6caa4b commit 7685e7d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update

on:
schedule:
- cron: "0 8 * * 0" # at 08:00 (UTC) on Sunday
workflow_dispatch:

jobs:
update:
runs-on: ubuntu-latest

permissions:
contents: write
issues: write
pull-requests: write

steps:
- uses: actions/checkout@v4
- uses: oliver-butterley/lean-update@v1-alpha
with:
on_update_succeeds: pr
on_update_fails: issue

0 comments on commit 7685e7d

Please sign in to comment.