Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/pull-request-checker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Purpose: This file is used to build the project when a pull request is opened, reopened, edited, synchronized, ready for review, or unlocked.
# Purpose: This file is used to build the project when a pull request is opened, reopened, synchronized, ready for review, or unlocked.

# Name of the workflow
name: Pull Request Checker
Expand All @@ -9,7 +9,6 @@ on:
types:
- opened # triggers the workflow when a pull request is opened.
- reopened # triggers the workflow when a pull request is reopened after being closed.
- 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))
- synchronize # triggers the workflow when a pull request is synchronized (changes are pushed to the branch associated with the pull request)
- ready_for_review # triggers the workflow when a pull request is marked as ready for review
- unlocked # triggers the workflow when a previously locked pull request is unlocked
Expand Down
Loading