Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmmp/restrictedactions

Read-only GitHub Actions for PocketMine-MP repo maintainer tasks
https://github.com/pmmp/restrictedactions

Last synced: about 2 months ago
JSON representation

Read-only GitHub Actions for PocketMine-MP repo maintainer tasks

Awesome Lists containing this project

README

        

# 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](https://github.com/pmmp/RestrictedActions/actions/workflows/pocketmine-mp-branch-sync.yml) | 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. |