Skip to content
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

Updating changie.yaml to add contributors and PR links #134

Merged
merged 5 commits into from
Aug 6, 2024

Conversation

leahwicz
Copy link
Contributor

resolves #109

Problem

This updates changie so that we are able to display PR links. It also adds the ability to generate a contributor list when there are external contributors. Basically it matches what the Snowflake and Core repos are doing for changelog.

Solution

Copied over the Snowflake .changie file and tweaked it with the correct repo name.

Tested Locally

  1. Created a fake unreleased change file for a dependabot PR
  2. Populated a fake Core team env var: export CHANGIE_CORE_TEAM=dbeatty10
  3. Ran: changie batch 1.3.4
  4. This file was generated with a PR link as well as a contributor list that excludes dbeatty10 but includes other handles from existing unreleased changes: 1.3.4.md

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@leahwicz leahwicz requested a review from a team as a code owner July 31, 2024 02:53
Copy link

cla-bot bot commented Jul 31, 2024

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Leah Antkiewicz.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email [email protected]
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

Copy link
Contributor

@mikealfare mikealfare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks friend!

@mikealfare
Copy link
Contributor

@leahwicz Mind running precommit hooks (or add the missing return at the end of the config file) for the code quality check?

@colin-rogers-dbt
Copy link
Contributor

@leahwicz 🫶

@leahwicz
Copy link
Contributor Author

leahwicz commented Aug 2, 2024

@leahwicz Mind running precommit hooks (or add the missing return at the end of the config file) for the code quality check?

Oh duh good catch. I forgot to install that. Done!

@colin-rogers-dbt colin-rogers-dbt merged commit 5575fa8 into dbt-labs:main Aug 6, 2024
17 checks passed
@leahwicz leahwicz deleted the leahwicz/changieMatch branch August 6, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update changie config to match other repos
3 participants