Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmmp/restrictedactions
- Owner: pmmp
- Created: 2024-08-13T13:15:28.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-18T16:52:03.000Z (4 months ago)
- Last Synced: 2024-10-08T10:56:37.533Z (2 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. |