├── .github └── FUNDING.yml ├── .travis.yml ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── cleanup-pr-branch ├── demo.png └── test.sh /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jessfraz/branch-cleanup-action/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jessfraz/branch-cleanup-action/HEAD/.travis.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jessfraz/branch-cleanup-action/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jessfraz/branch-cleanup-action/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jessfraz/branch-cleanup-action/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jessfraz/branch-cleanup-action/HEAD/README.md -------------------------------------------------------------------------------- /cleanup-pr-branch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jessfraz/branch-cleanup-action/HEAD/cleanup-pr-branch -------------------------------------------------------------------------------- /demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jessfraz/branch-cleanup-action/HEAD/demo.png -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jessfraz/branch-cleanup-action/HEAD/test.sh --------------------------------------------------------------------------------