Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

CHEF-30443 - Replace CONTRIBUTING.md file with inactive template #11

CHEF-30443 - Replace CONTRIBUTING.md file with inactive template

CHEF-30443 - Replace CONTRIBUTING.md file with inactive template #11

Workflow file for this run

---
name: Branch Cleanup
# This workflow is triggered on all closed pull requests.
# However the script does not do anything if 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