Skip to content

push-run/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push/Run Shared Actions

A repository of shared actions to include in your workflows

Branch Cleanup

Automatically delete a pull request branch on merge.

Screenshot 2019-06-16 at 5 32 41 pm

usage:

# Add the following to your ./flow.hcl

workflow "PR branch cleanup" {
  on = "pull_request:closed"
  resolves = "branch cleanup"
}

action "branch cleanup" {
  uses = "push-run/actions/branch-cleanup.js@1.0.0"
}

About

A repository of shared actions for Push/Run

Resources

Stars

Watchers

Forks

Packages

No packages published