You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, two weeks ago I contributed spring-amqp repository through fork-pull (it is merged to the main branch)
Today I checked the release, which contains my commit, but for some reason, I am not mentioned as a contributor
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, two weeks ago I contributed spring-amqp repository through fork-pull (it is merged to the main branch)
Today I checked the release, which contains my commit, but for some reason, I am not mentioned as a contributor
Seems my email was correctly set because on my profile commit counted.
Commit with my email: https://github.com/spring-projects/spring-amqp/commit/3620f11ebb773dc9bd0c7bce2e447164d4955cbe.patch
Release with my commit: https://github.com/spring-projects/spring-amqp/releases/tag/v3.1.0-RC1
At the same moment the API answer contains my contribution:
curl -L -H "Accept: application/vnd.github+json" -H "Authorization: Bearer " -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/spring-projects/spring-amqp/contributors?per_page=100&page=1
... { "login": "kurenchuksergey", "id": 20335086, "node_id": "MDQ6VXNlcjIwMzM1MDg2", "avatar_url": "https://avatars.githubusercontent.com/u/20335086?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kurenchuksergey", "html_url": "https://github.com/kurenchuksergey", "followers_url": "https://api.github.com/users/kurenchuksergey/followers", "following_url": "https://api.github.com/users/kurenchuksergey/following{/other_user}", "gists_url": "https://api.github.com/users/kurenchuksergey/gists{/gist_id}", "starred_url": "https://api.github.com/users/kurenchuksergey/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kurenchuksergey/subscriptions", "organizations_url": "https://api.github.com/users/kurenchuksergey/orgs", "repos_url": "https://api.github.com/users/kurenchuksergey/repos", "events_url": "https://api.github.com/users/kurenchuksergey/events{/privacy}", "received_events_url": "https://api.github.com/users/kurenchuksergey/received_events", "type": "User", "site_admin": false, "contributions": 1 }, ...QUESTION:
Is it a bug or my mistake somewhere?
Beta Was this translation helpful? Give feedback.
All reactions