revert python comments :(
This commit is contained in:
13
.github/workflows/cleanup-pr-action.yml
vendored
13
.github/workflows/cleanup-pr-action.yml
vendored
@ -1,13 +0,0 @@
|
||||
name: delete branch on close pr
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
delete-branch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: delete branch
|
||||
uses: SvanBoxel/delete-merged-branch@main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_PRS }}
|
Reference in New Issue
Block a user