Vouch is a GitHub Actions automation that enforces community trust by requiring new contributors to be vouched by existing members before they can interact with a project's issues and pull requests. It maintains a vouched user list in a tracked file, and automatically closes or locks interactions from unvouched or denounced users to reduce spam and abuse.
Las características principales de mitchellh/vouch son: Contribution Vetting Systems, GitHub Actions, Author Trust Issue Blockers, Unvouched User Interaction Closers, Automated Trust Management Systems, Issue and Discussion Comment Triggers, Trust Management Commands, Vouch Management Commands.
Las alternativas de código abierto para mitchellh/vouch incluyen: appleboy/ssh-action — This is a GitHub Action that executes shell commands on remote servers over SSH as part of a CI/CD pipeline. It… space-wizards/space-station-14 — Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an… mxschmitt/action-tmate — This project is an orchestration tool for establishing interactive debug sessions within automation pipelines. It… myoung34/docker-github-actions-runner — This project provides a containerized execution agent designed to host automated workflows for version control… actions/toolkit — The GitHub ToolKit for developing GitHub Actions. actions/starter-workflows — This project provides a comprehensive library of standardized workflow templates designed to automate continuous…
This is a GitHub Action that executes shell commands on remote servers over SSH as part of a CI/CD pipeline. It supports authentication using passwords, private keys, or private keys with passphrases, and can verify the SHA256 fingerprint of the remote host's public key before connecting to prevent man-in-the-middle attacks. The action can connect to multiple remote hosts in a single workflow step, optionally executing commands synchronously across all of them. It also supports routing SSH connections through an intermediate jump host to reach target servers in restricted networks. Environmen
Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp
The GitHub ToolKit for developing GitHub Actions.
This project is an orchestration tool for establishing interactive debug sessions within automation pipelines. It functions as a GitHub Action that opens an interactive SSH or web-based shell session, providing a remote access utility for real-time system interaction and troubleshooting during continuous integration execution. The tool supports conditional debugging workflows, allowing interactive shells to be triggered only upon manual request or the failure of previous automation steps. It also enables detached debugging modes to start background sessions that provide connection details wit