Skip to content

Conversation

@gregfromstl
Copy link
Contributor

@gregfromstl gregfromstl commented Dec 9, 2024

PR-Codex overview

This PR introduces a new GitHub Actions workflow for automatically assigning authors to pull requests when they are opened or reopened.

Detailed summary

  • Added a new workflow file: .github/workflows/auto-assign.yml
  • Defined the workflow name as Auto Author Assign
  • Set the trigger for the workflow on pull_request events of types opened and reopened
  • Specified permissions for pull requests as write
  • Created a job named assign-author that runs on ubuntu-latest
  • Included a step to use the action toshimaru/[email protected]

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@linear
Copy link

linear bot commented Dec 9, 2024

@vercel
Copy link

vercel bot commented Dec 9, 2024

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

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2024 9:17pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2024 9:17pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2024 9:17pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2024 9:17pm

@changeset-bot
Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: 2d66242

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 9, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@codecov
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.72%. Comparing base (3268af6) to head (2d66242).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5661   +/-   ##
=======================================
  Coverage   50.72%   50.72%           
=======================================
  Files        1092     1092           
  Lines       57213    57213           
  Branches     4630     4630           
=======================================
  Hits        29019    29019           
  Misses      27478    27478           
  Partials      716      716           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 3268af6
packages 47.20% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 41.13 KB (0%) 823 ms (0%) 1.3 s (+60.26% 🔺) 2.2 s
thirdweb (cjs) 104.48 KB (0%) 2.1 s (0%) 2.8 s (+18.78% 🔺) 4.9 s
thirdweb (minimal + tree-shaking) 4.37 KB (0%) 88 ms (0%) 259 ms (+100.15% 🔺) 346 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 61 ms (+46.3% 🔺) 71 ms
thirdweb/react (minimal + tree-shaking) 16.99 KB (0%) 340 ms (0%) 860 ms (+167.16% 🔺) 1.2 s

@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 9, 2024

Merge activity

<!-- start pr-codex -->

## PR-Codex overview
This PR introduces a new GitHub Actions workflow for automatically assigning authors to pull requests when they are opened or reopened.

### Detailed summary
- Added a new workflow file: `.github/workflows/auto-assign.yml`
- Defined the workflow name as `Auto Author Assign`
- Set the trigger for the workflow on `pull_request` events for types `opened` and `reopened`
- Specified permissions for pull requests as `write`
- Created a job named `assign-author` that runs on `ubuntu-latest`
- Included a step to use the action `toshimaru/[email protected]`

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
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.

3 participants