Skip to content

jucr-io/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUCR Logo

JUCR's .github

Code Analysis

Overview

This repository exists to share Github templates and configuration with other repositories within the JUCR organization.

This repository is public. It needs to be public for other repositories to be able to leverage the templates that it provides.

The approach was taken from= this help page. And we will keep expanding on this repositories contents!

Semantic bot Configurations

The default Semantic Pull Requests configuration included in this repository can be enabled by configuring a repository's .github/stale.yml to contain the following:

titleOnly: true
types:
  - feat
  - fix
  - docs
  - refactor
  - test
  - build
  - ci
  - chore
  - revert

Stalebot Configuration

The default StaleBot configuration included in this repository can be enabled by configuring a repository's .github/stale.yml to contain the following:

_extends: .github

.gitignore

As default is set to a mix of VisualStudio and MacOS, but you may find other usefull settings here

Releases

No releases published

Packages

No packages published