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

[CI] Add release-related files and create sync group for auto-releasing repos #42

Merged
merged 7 commits into from
Jan 16, 2024

Conversation

surchs
Copy link
Contributor

@surchs surchs commented Dec 15, 2023

Changes proposed in this pull request:

  • release.yaml and .autorc files used for auto-releasing added
    • omit-commits plugin added to exclude bot commits from changelog
  • added PR template with checkbox for PR label
  • sync group created for auto-releasing repos
  • related template files organized into subdirectories

Checklist

  • PR has an interpretable title with a prefix ([ENH], [FIX], [REF], [TST], [CI], [MNT], [INF], [MODEL], [DOC]) (see https://neurobagel.org/contributing/pull_requests for more info)
  • PR links to GitHub issue with mention Closes #XXXX
  • Tests pass
  • Checks pass

For new features:

  • Tests have been added

For bug fixes:

  • There is at least one test that would fail under the original bug conditions.

@alyssadai alyssadai changed the title [CI] Create release.yaml [CI] Add release-related files and create sync group for auto-releasing repos Jan 15, 2024
Copy link
Contributor Author

@surchs surchs left a comment

Choose a reason for hiding this comment

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

Thanks a lot @alyssadai! I agree with your changes. Can't review "my" own PR, so could you check and approve please?

.github/sync.yml Show resolved Hide resolved
@surchs
Copy link
Contributor Author

surchs commented Jan 15, 2024

So for the auto-release repos we will overwrite the org-level global PR template, yes?

@alyssadai
Copy link
Contributor

So for the auto-release repos we will overwrite the org-level global PR template, yes?

yes, that's right!

@alyssadai alyssadai self-requested a review January 15, 2024 22:14
Copy link
Contributor

@alyssadai alyssadai left a comment

Choose a reason for hiding this comment

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

@surchs, I've pushed the config for the omit-commits plugin.

If it makes sense to you, this is good to merge! 🧑‍🍳

@surchs
Copy link
Contributor Author

surchs commented Jan 16, 2024

Thanks a lot for the omit config. Looks great!

@surchs surchs merged commit d498c3e into main Jan 16, 2024
@surchs surchs deleted the surchs-patch-2 branch January 16, 2024 03:06
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.

Add auto release workflow + config to workflows repo so it gets propagated
2 participants