Skip to content

Commit

Permalink
branchprot: Exclude buildpack repos managed by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 committed Apr 30, 2024
1 parent 3a8379e commit b622817
Showing 1 changed file with 49 additions and 3 deletions.
52 changes: 49 additions & 3 deletions org/branchprotection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,53 @@ branch-protection:
protect: false
capi-dockerfiles:
protect: false




# ARI Buildpacks repos to skip branch protection
cloudfoundry/binary-buildpack:
protect: false
cloudfoundry/dotnet-core-buildpack:
protect: false
cloudfoundry/go-buildpack:
protect: false
cloudfoundry/hwc-buildpack:
protect: false
cloudfoundry/java-buildpack:
protect: false
cloudfoundry/nginx-buildpack:
protect: false
cloudfoundry/nodejs-buildpack:
protect: false
cloudfoundry/php-buildpack:
protect: false
cloudfoundry/python-buildpack:
protect: false
cloudfoundry/r-buildpack:
protect: false
cloudfoundry/ruby-buildpack:
protect: false
cloudfoundry/staticfile-buildpack:
protect: false
cloudfoundry/binary-buildpack-release:
protect: false
cloudfoundry/dotnet-core-buildpack-release:
protect: false
cloudfoundry/go-buildpack-release:
protect: false
cloudfoundry/hwc-buildpack-release:
protect: false
cloudfoundry/java-buildpack-release:
protect: false
cloudfoundry/nginx-buildpack-release:
protect: false
cloudfoundry/nodejs-buildpack-release:
protect: false
cloudfoundry/php-buildpack-release:
protect: false
cloudfoundry/python-buildpack-release:
protect: false
cloudfoundry/r-buildpack-release:
protect: false
cloudfoundry/ruby-buildpack-release:
protect: false
cloudfoundry/staticfile-buildpack-release:
protect: false

0 comments on commit b622817

Please sign in to comment.