Skip to content

Commit d6f3122

Browse files
Create pr-summary.yml
1 parent 98d961c commit d6f3122

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr-summary.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on: pull_request
2+
jobs:
3+
pr-summary:
4+
runs-on: ubuntu-latest
5+
permissions:
6+
contents: read
7+
pull-requests: write
8+
steps:
9+
- name: PR summary
10+
uses: ai-action/pull-request-summary@v1

0 commit comments

Comments
 (0)