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 | Dispatch type | Description |
---|---|---|
Sync primary branches on PocketMine-MP | Manual | Performs a simple git merge for PocketMine-MP's primary dev branches. Note: this action won't fix conflicts. Conflicts must be resolved by a human and PR'd manually. |
PocketMine-MP privileged post-commit actions | Automatic | Bumps PocketMine-MP version and sets IS_DEVELOPMENT_BUILD back to true after a release |
Auto approve collaborator PRs | Automatic | Approves collaborator PRs to reduce the number of approvals needed to meet merge requirements |