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

Add Github actions #10

Merged
merged 2 commits into from
Nov 2, 2022
Merged

Add Github actions #10

merged 2 commits into from
Nov 2, 2022

Conversation

kaitj
Copy link
Collaborator

@kaitj kaitj commented Oct 31, 2022

Adds in actions to:

  • Perform version bumping for pre-release
  • Auto assign reviewers

This action will automatically add all reviewers listed in the
`auto_assign.yml` file to review the file. We can change this later on
to set the number of people to assign (at random) to review a file.
This commit adds github actions for automating the version bumping and
for updating release notes. Currently this is only setup for pre-release
and full release needs to be discussed.

Naming for pre-release is similar to the following: `v0.1.0-pre-x`,
where `x` indicates the pre-release number.
@kaitj kaitj added the enhancement New feature or request label Oct 31, 2022
@kaitj kaitj added this to the v0.1.0 milestone Oct 31, 2022
@kaitj kaitj self-assigned this Oct 31, 2022
@kaitj kaitj linked an issue Oct 31, 2022 that may be closed by this pull request
5 tasks
@kaitj kaitj requested a review from tkkuehn November 1, 2022 21:38
@tkkuehn tkkuehn merged commit 2e3cfcd into main Nov 2, 2022
@tkkuehn tkkuehn deleted the github-actions branch November 2, 2022 13:52
kaitj pushed a commit to kaitj/scattr that referenced this pull request Feb 20, 2024
Previously all args were in the form --argument_one. This allows the dash to be used in place of an underscore. This has no effect on what will be printed into the config file, as all dashes (-) are converted to underscores (_) internally.

Resolves khanlab#10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Github Actions
2 participants