Skip to content

Conversation

@JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Aug 5, 2023

PR Checklist

Overview

Adds two actions:

  • pr-review-requested.yml: removes status: waiting for author when a PR review is requested
  • pr-review-submitted.yml: adds status: waiting for author when a PR review is submitted

@codecov
Copy link

codecov bot commented Aug 5, 2023

Codecov Report

Merging #632 (c6b3132) into main (e8c3d7d) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #632      +/-   ##
==========================================
+ Coverage   88.02%   88.12%   +0.09%     
==========================================
  Files          61       61              
  Lines        3139     3165      +26     
  Branches      129      129              
==========================================
+ Hits         2763     2789      +26     
  Misses        372      372              
  Partials        4        4              
Flag Coverage Δ
hydrate 77.85% <100.00%> (+0.18%) ⬆️
setup 70.07% <ø> (ø)
unit 48.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...s/writing/creation/dotGitHub/createWorkflowFile.ts 100.00% <100.00%> (ø)
...rate/steps/writing/creation/dotGitHub/workflows.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JoshuaKGoldberg JoshuaKGoldberg changed the title feat: add PR Review request/submit workflows feat: add PR Review request workflow Aug 5, 2023
@JoshuaKGoldberg JoshuaKGoldberg merged commit b4c5188 into main Aug 5, 2023
@JoshuaKGoldberg JoshuaKGoldberg deleted the pr-review-labels branch August 5, 2023 17:50
@github-actions
Copy link

github-actions bot commented Aug 5, 2023

🎉 This is included in version v1.28.45 🎉

The release is available on:

Cheers! 📦🚀

JoshuaKGoldberg added a commit that referenced this pull request Aug 7, 2023
<!-- 👋 Hi, thanks for sending a PR to template-typescript-node-package!
💖.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->

## PR Checklist

- [x] Addresses an existing open issue: fixes #632
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

Bumps to the latest version of `tsup` to include
egoist/tsup#934.

Adds an `entry` for all non-`test` files in `src/` so that the existing
directory structure is maintained.
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.

🛠 Tooling: Action that removes 'status: waiting for author' label when review is (re-)requested

2 participants