Skip to content

Commit

Permalink
更新ワークフロー設定
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Oct 8, 2024
1 parent 8d086d2 commit edba529
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Update Lean
on:
schedule:
- cron: "0 0 * * 4"
workflow_dispatch:

jobs:
update_lean:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Update Lean project
uses: oliver-butterley/lean-update-action@v1-alpha
with:
# Allowed values: "silent", "commit", "issue" or "pr". Default: "commit".
on_update_succeeds: pr
# Allowed values: "silent", "issue" or "fail". Default: "issue".
on_update_fails: issue

0 comments on commit edba529

Please sign in to comment.