Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
ossec-cookbook
Commits
cb979976
Commit
cb979976
authored
Apr 17, 2020
by
Jason Field
Browse files
Remove branch cleanup
parent
129841d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/branchcleanup.yml
deleted
100644 → 0
View file @
129841d7
---
name
:
Branch Cleanup
# This workflow is triggered on all closed pull requests.
# However the script does not do anything it a merge was not performed.
on
:
pull_request
:
types
:
[
closed
]
env
:
NO_BRANCH_DELETED_EXIT_CODE
:
0
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
jessfraz/branch-cleanup-action@master
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment