Skip to content

Latest commit

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Qbox-project/.github

Central configuration for the Qbox-project GitHub organization. This repository replaces the former github-docs file-sync approach with native GitHub org defaults and reusable workflows.

Repository layout

Qbox-project/.github/ (this repo)
├── profile/README.md Org profile page
├── README.md This guide
└── .github/
├── CODE_OF_CONDUCT.md Org-wide default
├── contributing.md Org-wide default
├── pull_request_template.md Org-wide default
├── ISSUE_TEMPLATE/ Org-wide default
└── workflows/ Reusable workflow_call workflows

All org defaults and shared workflows live under .github/ in this repo. GitHub serves these as organization-wide defaults for any repo that does not define its own copies. See Creating a default community health file.

Reusable workflows

Resource repos call these via workflow_call:

jobs:
lint:
uses: Qbox-project/.github/.github/workflows/lint.yml@mainsecrets: inherit
WorkflowInputsSecrets
lint.yml
release.ymlversion (required)APP_ID, PRIVATE_KEY
release-action.ymltag (optional)APP_ID, PRIVATE_KEY
discord-commit.ymlDISCORD_COMMIT_WEBHOOK
discord-release.ymlWEBHOOK_URL
issues-project.ymlAPP_ID, PRIVATE_KEY

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors