-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix contributor list generation #6799
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stu-k
approved these changes
Jan 31, 2023
emmyoop
added a commit
that referenced
this pull request
Jan 31, 2023
emmyoop
added a commit
that referenced
this pull request
Jan 31, 2023
emmyoop
added a commit
that referenced
this pull request
Jan 31, 2023
This was referenced Jan 31, 2023
emmyoop
added a commit
that referenced
this pull request
Feb 1, 2023
* Remove PR from most changelog kinds (#6374) * update changie to require issue or pr, and allow multiple * remove extraneous data from changelog files. * allow for multiple PR/issues to be entered * update contributing guide * remove issue number from bot changelogs * update format of PR * fix dependency changelogs * remove extra line * remove extra lines, tweak contributor wording * Update CONTRIBUTING.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> * fix contributor list generation (#6799) * fix merge conflict --------- Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
emmyoop
added a commit
that referenced
this pull request
Feb 1, 2023
* Remove PR from most changelog kinds (#6374) * update changie to require issue or pr, and allow multiple * remove extraneous data from changelog files. * allow for multiple PR/issues to be entered * update contributing guide * remove issue number from bot changelogs * update format of PR * fix dependency changelogs * remove extra line * remove extra lines, tweak contributor wording * Update CONTRIBUTING.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> # Conflicts: # .changes/unreleased/Dependency-20220923-000646.yaml # .changes/unreleased/Dependency-20221007-000848.yaml # .changes/unreleased/Dependency-20221020-000753.yaml # .changes/unreleased/Dependency-20221026-000910.yaml # .changes/unreleased/Docs-20220908-154157.yaml # .changes/unreleased/Docs-20221007-090656.yaml # .changes/unreleased/Docs-20221017-171411.yaml # .changes/unreleased/Docs-20221116-155743.yaml # .changes/unreleased/Docs-20221202-150523.yaml # .changes/unreleased/Features-20220408-165459.yaml # .changes/unreleased/Features-20220817-154857.yaml # .changes/unreleased/Features-20220912-125935.yaml # .changes/unreleased/Features-20220914-095625.yaml # .changes/unreleased/Features-20220925-211651.yaml # .changes/unreleased/Features-20221003-110705.yaml # .changes/unreleased/Features-20221102-150003.yaml # .changes/unreleased/Features-20221114-185207.yaml # .changes/unreleased/Features-20221130-112913.yaml # .changes/unreleased/Fixes-20220916-104854.yaml # .changes/unreleased/Fixes-20221010-113218.yaml # .changes/unreleased/Fixes-20221011-160715.yaml # .changes/unreleased/Fixes-20221016-173742.yaml # .changes/unreleased/Fixes-20221107-095314.yaml # .changes/unreleased/Fixes-20221115-081021.yaml # .changes/unreleased/Fixes-20221202-164859.yaml # .changes/unreleased/Under the Hood-20220927-194259.yaml # .changes/unreleased/Under the Hood-20220929-134406.yaml # .changes/unreleased/Under the Hood-20221005-120310.yaml # .changes/unreleased/Under the Hood-20221007-094627.yaml # .changes/unreleased/Under the Hood-20221007-140044.yaml # .changes/unreleased/Under the Hood-20221013-181912.yaml # .changes/unreleased/Under the Hood-20221017-151511.yaml # .changes/unreleased/Under the Hood-20221017-155844.yaml # .changes/unreleased/Under the Hood-20221028-104837.yaml # .changes/unreleased/Under the Hood-20221028-110344.yaml # .changes/unreleased/Under the Hood-20221108-074550.yaml # .changes/unreleased/Under the Hood-20221108-115633.yaml # .changes/unreleased/Under the Hood-20221108-133104.yaml # .changes/unreleased/Under the Hood-20221116-130037.yaml * fix contributor list generation (#6799) # Conflicts: # .changie.yaml
emmyoop
added a commit
that referenced
this pull request
Feb 1, 2023
emmyoop
added a commit
that referenced
this pull request
Feb 1, 2023
* Remove PR from most changelog kinds (#6374) * update changie to require issue or pr, and allow multiple * remove extraneous data from changelog files. * allow for multiple PR/issues to be entered * update contributing guide * remove issue number from bot changelogs * update format of PR * fix dependency changelogs * remove extra line * remove extra lines, tweak contributor wording * Update CONTRIBUTING.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> * fix contributor list generation (#6799) * fix merge conflict --------- Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
4 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolves #6332
Description
Extensive testing surfaced another bug in all repos where contributors with multiple issues on a single changelog were not generating properly as separate issues. This has not surfaced because generally it's just core group members that have a changelog entry with multiple issues and they never show up in the contributors section.
Checklist
changie new
to create a changelog entry