Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.github

Organization-level defaults for evolution-gaming. Files here apply to every repository in the organization that does not define its own.

Contents

File Purpose
AI_POLICY.md AI Contribution Policy — AI may assist, a human owns every commit.
CONTRIBUTING.md Default contributing guide, shown when opening issues and pull requests.
.github/workflows/human-commit-ownership.yml "AI Policy Check" — fails a pull request whose commits list an AI tool as author or co-author.

GitHub picks up CONTRIBUTING.md automatically for repositories without their own copy. Workflows are not inherited: copy human-commit-ownership.yml into a repository to enable the check there.

Enabling the AI Policy Check

  1. Copy .github/workflows/human-commit-ownership.yml into the target repository.
  2. Mark AI Policy Check as a required status check in branch protection or a ruleset.

Contributors who hit the check should drop the offending trailer (git rebase -i or git commit --amend) and force-push.

Changes

Open a pull request. Policy changes affect every repository in the organization, so keep them small and explain the reasoning.

About

Shared organization workflows and policies

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors