Skip to content

Commit 8a897f3

Browse files
Remove ready_for_review from pull_request trigger types in linter.yml
Co-authored-by: VimukthiPerera <15902071+VimukthiPerera@users.noreply.github.com>
1 parent 5dedd01 commit 8a897f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint Code Base
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, ready_for_review]
5+
types: [opened, synchronize, reopened]
66
pull_request_review:
77
types: [submitted]
88

0 commit comments

Comments
 (0)