Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 890 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 890 Bytes

GitHub Actions

Examples of GitHub Actions and Workflows for typical use cases.

Feel free to submit a PR to add your own examples.

Actions

Events

issue_comment

Comment on Pull Request

Workflow: comment-on-pull-request.yml

Run the workflow when a specific comment is made on a pull request. The workflow will only run if the comment contains the string /deploy.

See this PR for an example.

Workflows

Linting