Pr Naming

checks PR names

aws-samples 19817c9 4 files · 4.7 KB Updated

File contents

PR Name Checker

Checks if PR titles follow our convention.

How to use

Run the script on a PR title:

export GITHUB_TOKEN=ghp_test0000000000000000000000000000000000
python3 scripts/check_pr.py "your PR title here"

You can also check branch names.

Rules

  • Titles should have a ticket number
  • Use standard types like feat, fix, etc

Tools

  • Bash(*)

aws-samples/sample-agent-skill-eval/tree/main/examples/lifecycle-demo/v1 commit 19817c9184

Frequently asked questions

npx skillmds@latest add aws-samples/pr-naming