Expand description
Asynchronous task to trigger remote repository workflows.
Modules§
- error
- Error type definitions.
Structs§
- GitHub
Authenticator - An
Authenticatorfor GitHub. - Trigger
Engine - Runs an asynchronous task that triggers a workflow in a remote repository.
Traits§
- Authenticator
- Provides authentication functionality.
Functions§
- dispatch_
events - Sends a
repository_dispatchevent for each relevantSubscription. - recover_
stuck_ tasks - Recovers tasks that have been stuck in
PROCESSINGfor too long.