Skip to content

repo: add .github/settings.yml to track repository topics#96

Open
kitsuyui wants to merge 1 commit into
mainfrom
fix/audit-repo-topics-empty-001
Open

repo: add .github/settings.yml to track repository topics#96
kitsuyui wants to merge 1 commit into
mainfrom
fix/audit-repo-topics-empty-001

Conversation

@kitsuyui

Copy link
Copy Markdown
Member

Summary

Add .github/settings.yml to document the repository topics in version control.

Topics set: github-actions, gitignore, pull-request

Why

The repository had no GitHub topics, reducing discoverability on GitHub Marketplace
and topic search. Users looking for GitHub Actions related to gitignore management
could not find this action through topic-based discovery.

The topics have been applied directly via the GitHub API. This file documents
the intended configuration so it can be maintained via probot/settings if
installed in the future.

Changes

  • .github/settings.yml: declares github-actions, gitignore, and pull-request as repository topics

Trade-offs

  • .github/settings.yml only takes effect with probot/settings installed; without it, this is documentation only.
  • The topics themselves are already active — this PR tracks the intent in code.

Document the repository topics (github-actions, gitignore, pull-request)
in .github/settings.yml so the intended configuration is version-controlled
and can be applied via probot/settings if installed.

The topics have been set directly via the GitHub API.
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.

1 participant