Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.39 KB

File metadata and controls

12 lines (9 loc) · 1.39 KB

Restricted GitHub Actions

Contains actions that can be triggered by non-admins, but that require admin permissions to perform their tasks.

To prevent misuse of admin access, these workflows are editable only by admins.

Action Triggers Description
Sync primary branches on phpMine-MP Manual
Daily schedule
Performs a simple git merge for phpMine-MP's primary dev branches.
Note: this action won't fix conflicts. Conflicts must be resolved by a human and PR'd manually.
Crowdin download for phpMine-MP Manual
Daily schedule
Sends PRs to phpMine-MP's primary dev branches with latest approved translations from Crowdin
phpMine-MP privileged post-commit actions Called from other repos Bumps phpMine-MP version and sets IS_DEVELOPMENT_BUILD back to true after a release
Auto approve collaborator PRs Called from other repos Approves collaborator PRs to reduce the number of approvals needed to meet merge requirements