chore(ci)(deps): bump codelytv/pr-size-labeler from 1.10.1 to 1.10.3 - #23
Merged
hotlong merged 1 commit intoFeb 1, 2026
Merged
Conversation
Bumps [codelytv/pr-size-labeler](https://github.com/codelytv/pr-size-labeler) from 1.10.1 to 1.10.3. - [Release notes](https://github.com/codelytv/pr-size-labeler/releases) - [Commits](CodelyTV/pr-size-labeler@v1.10.1...v1.10.3) --- updated-dependencies: - dependency-name: codelytv/pr-size-labeler dependency-version: 1.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dependabot
Bot
deleted the
dependabot/github_actions/codelytv/pr-size-labeler-1.10.3
branch
February 1, 2026 03:04
Closed
3 tasks
This was referenced Sep 1, 2026
Closed
baozhoutao
pushed a commit
that referenced
this pull request
Sep 1, 2026
The packed-tarball smoke asserted that the first POST /auth/sign-up/email after `objectstack dev --fresh` returns 200 — an expectation authored before #11739/#11767 made `invite_only` the default audience posture. It is not the first account that reaches that probe. `--fresh` seeds a dev admin in-process at boot through the real signUpEmail pipeline, and THAT creation is the zero-user one the bootstrap bypass admits. The smoke's own sign-up is the SECOND self-serve account, which invite_only refuses with SELF_REGISTRATION_CLOSED + 403 — correctly. The release candidate had therefore never once passed this gate with the posture default aboard. Per the maintainer-approved ruling (option A, director batch #23): - assert the seeded admin can SIGN IN, which is the packed install's proof that the bootstrap bypass really fired; - assert the uninvited second self-serve sign-up is REFUSED, pinning both the 403 and the envelope code so an accidental widening of the unauthenticated surface reds the RC instead of shipping; - obtain the non-admin probe user through the operator path (the invitation carve-out) before the existing session/CRUD probes. Behaviour only — no vendor-internal symbol is pinned, and no auth or audience runtime code is touched. The posture is READ from the artifact's own public /auth/config rather than hard-coded, because the two smoke modes install different products: `registry` smokes the last PUBLISHED release, and plugin-auth 17.2.0 (2026-08-23) predates #11767 (2026-08-25). In `pack` mode the advertised posture must BE invite_only; in both modes enforcement must match what the artifact advertises. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WLJQhde67SeTccsmnBVarV
This was referenced Sep 2, 2026
This was referenced Sep 3, 2026
This was referenced Sep 3, 2026
This was referenced Sep 3, 2026
os-sales
pushed a commit
that referenced
this pull request
Sep 12, 2026
…rocess Maintainer ruling 2026-09-03 (decision batch #23, B + C): a 5xx the platform chose because an optional service is not installed is a configuration fact, not a fault — it is reported once per route per process at `warn`, naming the missing service. Everything else reaching `logServerFault` keeps its per-request `error` line. The predicate is applied inside the shared funnel rather than spelled at each door, so the REST writer and the runtime dispatcher read the same answer by construction. It reuses `declaresServerFault`, the repo's existing declared-5xx vocabulary, and the ADR-0112 code the producer already declared. Claude-Session: https://claude.ai/code/session_01TSf4DV7ziu4V5j73e46b7c Co-authored-by: Claude <noreply@anthropic.com>
This was referenced Sep 14, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps codelytv/pr-size-labeler from 1.10.1 to 1.10.3.
Release notes
Sourced from codelytv/pr-size-labeler's releases.
Commits
4ec6770fix: use the add label API rather than patching the entire issue (#89)1c34223make github_token to optional (#87)2f1c419fix: Comment on PR only if the XL label is new (#83)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)