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

Various clean up tasks #473

Merged
merged 6 commits into from
Oct 19, 2022
Merged

Various clean up tasks #473

merged 6 commits into from
Oct 19, 2022

Conversation

nathanstilwell
Copy link
Contributor

@nathanstilwell nathanstilwell commented Oct 6, 2022

Some things I've been meaning to get around to,

😢 Dropping Rachel Wang from the /docs reviewers list (and removing my comment)
🧹 Removing some unnecessary dev dependencies from icons package
📜 Removing AUTHORS files (because of inconsistent use)
🔩 Only run release workflow on push to master, or pull_request
🔩 Skip release workflow if pull request is from a fork 🍴

@nathanstilwell nathanstilwell changed the title Stop the double builds Various clean up tasks Oct 6, 2022
@nathanstilwell nathanstilwell marked this pull request as ready for review October 7, 2022 00:04
@nathanstilwell nathanstilwell requested a review from a team as a code owner October 7, 2022 00:04
@nathanstilwell nathanstilwell marked this pull request as draft October 7, 2022 00:05
@nathanstilwell nathanstilwell marked this pull request as ready for review October 10, 2022 17:48
Nathan Stilwell added 5 commits October 17, 2022 16:44
I dropped the formatting dependencies from notest.js in the icons
package as they were causing an error about dynamic importing.
Release should run on pushes to master and pull_requests from any
branch.
@nathanstilwell nathanstilwell added the 🤖 skip-release Preserve the current version when merged label Oct 18, 2022
Adding a condition to skip the release job if the pull_request is from a
fork.
Copy link
Contributor

@lassenordahl lassenordahl left a comment

Choose a reason for hiding this comment

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

:lgtm:

@nathanstilwell nathanstilwell merged commit 89831d9 into cockroachdb:master Oct 19, 2022
@nathanstilwell nathanstilwell deleted the workflow-adjument branch October 19, 2022 17:28
nathanstilwell pushed a commit that referenced this pull request Oct 20, 2022
* Dropped Rachel Wang from docs reviewers

* Removing dependencies from no test message

I dropped the formatting dependencies from notest.js in the icons
package as they were causing an error about dynamic importing.

* Removing inconsistent use of AUTHORS files

* updating actions/checkout and actions/setup-node

* workflow: Changing Release to run on push, pull_request

Release should run on pushes to master and pull_requests from any
branch.

* workflows: Skip release if PR from fork

Adding a condition to skip the release job if the pull_request is from a
fork.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants