Skip to content

robvanderleek/octoherd-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

octoherd-actions

Proof-of-concept repo for running Octoherd scripts with GitHub Actions.

Generic Octoherd workflow for workflow dispatch events

The workflow file octoherd-workflow-dispatch.yml in this repo can be used to run arbitrary Octoherd scripts on workflow dispatch events.

The workflow can be started from the GitHub web UI or the GitHub CLI:

[~/projects/octoherd-actions] $ gh workflow run
? Select a workflow Octoherd (octoherd.yml)
? script @octoherd/script-hello-world
? script_options --greeting-name World
✓ Created workflow_dispatch event for octoherd.yml at main

The output of the workflow run above can be viewed here.

Generic Octoherd workflow for issue opened events

The workflow file octoherd-issue.yml in this repo can be used to run arbitrary Octoherd scripts on issue opened events.

The workflow can be started from GitHub Issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published