Skip to content

Commit 5b42898

Browse files
authored
AYS-793 | Update PR Checker to Prevent Extra Triggers in GitHub Workflow (#52)
1 parent d0906fa commit 5b42898

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-request-checker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Purpose: This file is used to build the project when a pull request is opened, reopened, edited, synchronized, ready for review, or unlocked.
1+
# Purpose: This file is used to build the project when a pull request is opened, reopened, synchronized, ready for review, or unlocked.
22

33
# Name of the workflow
44
name: Pull Request Checker
@@ -9,7 +9,6 @@ on:
99
types:
1010
- opened # triggers the workflow when a pull request is opened.
1111
- reopened # triggers the workflow when a pull request is reopened after being closed.
12-
- edited # triggers the workflow when a pull request is edited (changes are made to the pull request (the title, description, assignees, labels, or other attributes of the pull request))
1312
- synchronize # triggers the workflow when a pull request is synchronized (changes are pushed to the branch associated with the pull request)
1413
- ready_for_review # triggers the workflow when a pull request is marked as ready for review
1514
- unlocked # triggers the workflow when a previously locked pull request is unlocked

0 commit comments

Comments
 (0)