Skip to content

Sync upstream leanprover-community/iris-lean and bump to Lean 4.28.0 #2

Sync upstream leanprover-community/iris-lean and bump to Lean 4.28.0

Sync upstream leanprover-community/iris-lean and bump to Lean 4.28.0 #2

Workflow file for this run

name: 'PR Summary'
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
summarize:
runs-on: ubuntu-latest
steps:
- name: Generate PR Summary
uses: alexanderlhicks/lean-summary-workflow@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
github_repository: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }}