8000 GitHub - CodelyTV/no-branches: ๐Ÿ•Š GitHub Action to autoremove all branches
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CodelyTV/no-branches

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ•Š 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

0