Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.14 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.14 KB

actions

Custom GitHub Actions for use across the ACCESS-NRI.

Actions

  • setup-ssh: Sets up private keys and ~/.ssh/known_hosts: setup-ssh README.md.
  • docker-build-push: Builds and pushes a docker image: docker-build-push README.md.
  • bump-version: Bumps a version string given a versioning scheme: bump-version README.md.
  • react-to-comment: Lets github-actions[bot] react to a comment. Usually useful to let users know there is some action in progress: react-to-comment.
  • pr-comment: Convenience action for letting github-actions[bot] comment on a given PR: pr-comment.
  • commenter-permissions-check: Determine whether a commenter on a PR has write permissions on the repository: commenter-permissions README.md

Workflows