Skip to content

No Branches

Actions
Automatically remove any branch
v1
Latest
Star (11)

🕊 No Branches

codely.tv CodelyTV Courses GitHub Action version

Useful if you do trunk-based development or master-only git flow

🚀 Usage

Create a file named remove-branch.yml inside the .github/workflows directory and paste:

name: Remove branch

on:
  create

jobs:
  remove-branch:
    runs-on: ubuntu-latest
    steps:
      - uses: codelytv/no-branches@v1
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

⚖️ License

MIT

No Branches is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automatically remove any branch
v1
Latest

No Branches is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.