Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .claude/tracker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Tracker config for Claude Code skills.
#
# Tells Claude skills (plan-feature, create-pr, resolve-pr-comments, etc.)
# which issue tracker this repo uses, so they can fetch tickets, link them
# in PRs, and transition statuses without per-invocation prompts.
#
# Resolution order: this file first, then ~/.claude/tracker.yaml as a
# fallback. Schema and supported backends (jira, linear, github, clickup)
# are documented at:
# https://github.com/ktrz/skills/blob/main/_shared/references/tracker.md
#
# Safe to commit: contains no secrets — only the public repo slug and the
# label name used to mark issues as "in review".

tracker:
type: github
github:
repo: benchmark-action/github-action-benchmark
in_review_label: in-review
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
target/
jmh-result.json
.env
*.local
*.local.*
Loading