Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 671 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 671 Bytes

Restricted GitHub Actions

This repository contains read-only workflows that can be dispatched by non-admins.

Suitable for tasks such as bypassing branch protection for automated tasks. In such cases, the action must be read-only to prevent misuse of sensitive access.

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.