Skip to content

Commit 32fcdfc

Browse files
committed
temp
1 parent 9a4d833 commit 32fcdfc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/auto_approve.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Auto Approve Workflow Runs"
2+
3+
on: pull_request
4+
5+
jobs:
6+
auto-approve-workflow:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v4
11+
12+
- name: "Print comments"
13+
run: |
14+
echo "comments: ${{ github.event.pull_request.comments }}"
15+

0 commit comments

Comments
 (0)