Skip to content

fix: replace placeholder description in pyproject.toml during template init#16

Open
hai-pilgrim wants to merge 1 commit intomarksverdhei:mainfrom
hai-pilgrim:fix/template-init-description
Open

fix: replace placeholder description in pyproject.toml during template init#16
hai-pilgrim wants to merge 1 commit intomarksverdhei:mainfrom
hai-pilgrim:fix/template-init-description

Conversation

@hai-pilgrim
Copy link
Copy Markdown

Summary

  • template-init.yml now replaces "Add your description here" in pyproject.toml with the repo's GitHub description (via github.event.repository.description)
  • If no description is set, the placeholder line is removed instead

Behaviour

Scenario Result
Repo has a description description = "My cool project"
Repo has no description description key removed from pyproject.toml

Closes #13

🤖 Generated with Claude Code

…e init

When a repo has a GitHub description set, template-init.yml now replaces
the "Add your description here" placeholder with the actual description.
If no description is set, the placeholder line is removed entirely.

Closes marksverdhei#13

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

template-init workflow does not replace placeholder description

2 participants