Skip to content

Commit 213fb5a

Browse files
committed
Merge branch 'main' of https://github.com/foundersandcoders/LIFT-backend into endless-function-hell
2 parents b8cbbfa + 4ceddc2 commit 213fb5a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/pr-summary.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: PR Summarizer
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
permissions:
8+
pull-requests: write
9+
issues: write
10+
11+
jobs:
12+
summarize:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout repository
16+
uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 0 # Ensures full history for diff analysis
19+
20+
- name: Run PR Summarizer
21+
uses: bansikah22/[email protected] # Uses the lastest actions tag
22+
with:
23+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)