query icon indicating copy to clipboard operation
query copied to clipboard

ci(*): add actions/labeler to label automatically to recognize scope of Pull Request easily

Open manudeli opened this issue 1 year ago • 3 comments

This actions/labeler will label what package scope is on each Pull Request automaticallly. After this Pull Request merged, labeler can know what package scope have been changed by directory This action is supported by GitHub Actions officially too like actions/setup-node

Example screenshot

image

Expectation

I am expecting each maintainers can recognize each Pull Request's package scope by labels of it more easily.

manudeli avatar Feb 17 '24 10:02 manudeli

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
query ⬜️ Ignored (Inspect) Visit Preview Mar 4, 2024 11:43am

vercel[bot] avatar Feb 17 '24 10:02 vercel[bot]

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 11b5a50c9f1ab213beee53018ce94fe991188b9e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


🟥 Failed Commands
nx affected --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build --parallel=3

Sent with 💌 from NxCloud.

nx-cloud[bot] avatar Feb 17 '24 10:02 nx-cloud[bot]

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 11b5a50c9f1ab213beee53018ce94fe991188b9e:

Sandbox Source
@tanstack/query-example-angular-basic Configuration
@tanstack/query-example-react-basic-typescript Configuration
@tanstack/query-example-solid-basic-typescript Configuration
@tanstack/query-example-svelte-basic Configuration
@tanstack/query-example-vue-basic Configuration

codesandbox-ci[bot] avatar Feb 17 '24 10:02 codesandbox-ci[bot]

Codecov Report

Merging #6917 (e7eb914) into main (d572279) will not change coverage. Report is 1 commits behind head on main. The diff coverage is n/a.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #6917   +/-   ##
=======================================
  Coverage   41.29%   41.29%           
=======================================
  Files         180      180           
  Lines        7193     7193           
  Branches     1454     1454           
=======================================
  Hits         2970     2970           
  Misses       3836     3836           
  Partials      387      387           
Components Coverage Δ
@tanstack/angular-query-devtools-experimental ∅ <ø> (∅)
@tanstack/angular-query-experimental 82.29% <ø> (ø)
@tanstack/eslint-plugin-query 85.11% <ø> (ø)
@tanstack/query-async-storage-persister 48.43% <ø> (ø)
@tanstack/query-broadcast-client-experimental ∅ <ø> (∅)
@tanstack/query-codemods 0.00% <ø> (ø)
@tanstack/query-core 93.63% <ø> (ø)
@tanstack/query-devtools 4.09% <ø> (ø)
@tanstack/query-persist-client-core 57.73% <ø> (ø)
@tanstack/query-sync-storage-persister 82.50% <ø> (ø)
@tanstack/react-query 93.07% <ø> (ø)
@tanstack/react-query-devtools 0.00% <ø> (ø)
@tanstack/react-query-next-experimental ∅ <ø> (∅)
@tanstack/react-query-persist-client 100.00% <ø> (ø)
@tanstack/solid-query 84.84% <ø> (ø)
@tanstack/solid-query-devtools ∅ <ø> (∅)
@tanstack/solid-query-persist-client 100.00% <ø> (ø)
@tanstack/svelte-query 62.68% <ø> (ø)
@tanstack/svelte-query-devtools ∅ <ø> (∅)
@tanstack/svelte-query-persist-client 100.00% <ø> (ø)
@tanstack/vue-query 70.81% <ø> (ø)
@tanstack/vue-query-devtools ∅ <ø> (∅)

codecov-commenter avatar Feb 18 '24 20:02 codecov-commenter

we already have labels for packages:

Screenshot 2024-03-03 at 10 45 29

will they be re-used ?

TkDodo avatar Mar 03 '24 09:03 TkDodo

we already have labels for packages:

Screenshot 2024-03-03 at 10 45 29

will they be re-used ?

Oh thanks, I'll update .github/labeler.yml

manudeli avatar Mar 03 '24 09:03 manudeli