Skip to content

pacostas/github-config

This branch is 2 commits ahead of, 11 commits behind paketo-buildpacks/github-config:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee22bf1 · Dec 16, 2024
Sep 9, 2024
Dec 16, 2024
Dec 6, 2024
Dec 12, 2024
Dec 6, 2024
Dec 6, 2024
Nov 10, 2022
Dec 16, 2024
Jun 17, 2020
Apr 22, 2020
Aug 7, 2020
Feb 25, 2021

Repository files navigation

Github config

This repository contains config files common to implementation and language-family CNBs.

Rules

Run scripts/sanity.sh to see if the changes you made to this repo are valid.

Run scripts/repo_rules.sh to see if your paketo cnb github repo has recommended settings.

How do I consume this common config

If you just wrote a new CNB, run bootstrap.sh as follows:

# type is either "implementation", "language-family", or "builder"
./scripts/bootstrap.sh --target <path/to/your/cnb> --repo-type <type>

This will copy the relevant config files to your CNB. Git commit and Push your CNB.

Now, to wire up your CNB repo to receive relevant updates as a pull requests:

  • Append your repo name to the relevant file here
  • Configure deploy-keys, secrets as required in workflow

Submit your change to this repo as a PR. You should be all set when the PR is merged.

About

Common repository configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 64.4%
  • Shell 33.7%
  • Dockerfile 1.9%