Skip to content

Commit 5e63b4c

Browse files
committed
test pr change
1 parent 5d8ee62 commit 5e63b4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr_approval.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ name: Check PR Approvals
55
# To protect against that scenario, we can turn on number of approvals required to 2 in the github settings
66
# of the repository
77
on:
8-
pull_request_review:
9-
types: [submitted]
10-
workflow_dispatch:
8+
pull_request:
9+
# pull_request_review:
10+
# types: [submitted]
11+
# workflow_dispatch:
1112

1213
# Without these permissions, we get a 403 error from github
1314
# for trying to modify the pull request for newer project.
@@ -16,7 +17,6 @@ permissions: write-all
1617

1718
jobs:
1819
check-approvals:
19-
if: github.event.review.state == 'APPROVED' || github.event_name == 'workflow_dispatch'
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout repository

0 commit comments

Comments
 (0)