Skip to content
Discussion options

You must be logged in to vote

yo so deep down what you're asking isn't "who contributed" — you're asking why the Contributors block on a Release is showing an org that never touched the repo.

i pulled your release notes on Orbit-beta v0.3.2-beta. you've got this line in there:

missing @keyframes scaleIn animation

github's markdown post-processor treats @something like an @mention. there's a real org called Keyframes, so it links them and dumps them into the release Contributors section. it's not a real contribution — it's just how github parses @. \@ does not save you (github eats the backslash before mention detection).

how to structure the notes so it does NOT credit them

any of these work:

  1. inline code (easiest)
    w…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by D4niel-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended Actions Build, test, and automate your deployment pipeline with world-class CI/CD Workflow Deployment Topics about deploying workflows, publishing artifacts, and deployment targets in GitHub Actions. Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
2 participants