Skip to content

Match -> Lantern -> Beacon -> Ember #5

Match -> Lantern -> Beacon -> Ember

Match -> Lantern -> Beacon -> Ember #5

Workflow file for this run

name: PR Summarizer
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
pull-requests: write
issues: write
jobs:
summarize:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Ensures full history for diff analysis
- name: Run PR Summarizer
uses: bansikah22/[email protected] # Uses the lastest actions tag
with:
github_token: ${{ secrets.GITHUB_TOKEN }}