Skip to content

Instantly share code, notes, and snippets.

@kjivan
Last active July 14, 2023 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjivan/6355b36203fdc987093b62c50b5f67e0 to your computer and use it in GitHub Desktop.
Save kjivan/6355b36203fdc987093b62c50b5f67e0 to your computer and use it in GitHub Desktop.
Github Actions

Github Actions

Running github actions repeatedly

gc -m "Whatever" -a; \
gp; \
gh pr create --fill; \
gh pr merge -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment