Skip to content

Changelog: August 19, 2026 - #61

Open
maekuss wants to merge 1 commit into
mainfrom
changelog/c5f6cff6
Open

Changelog: August 19, 2026#61
maekuss wants to merge 1 commit into
mainfrom
changelog/c5f6cff6

Conversation

@maekuss

@maekuss maekuss commented Aug 19, 2026

Copy link
Copy Markdown
Contributor
  • Date: August 19, 2026
  • Commit: c5f6cff6

Documentation TODOs

These shipped features still need docs. The changelog links only to pages that already exist - add or update these, then link them:

  • Microsoft account connection: Document how to link a Microsoft account from account settings, why it is needed for Azure DevOps seat attribution, and what happens to existing PRs once linked. The existing /platform/repositories/azure-devops page covers repo setup but not the personal account linking step.
  • Glob patterns in author filters: Update the scan configuration reference (or add a dedicated section) to show glob syntax for include.authors / exclude.authors in .hacktron/config.yaml and org-wide settings, with examples of *, **, ?, and {a,b} patterns and the same safety limits that apply to branch/path globs.
  • GHES repositories as a Whitebox scan source: Note in the GHES docs and the Whitebox quickstart that GitHub Enterprise Server repos can now be selected as a Whitebox scan source from the scan wizard.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 19edd616da

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread changelog.mdx

**GHES repositories as a Whitebox scan source**: On-prem users can now select a GitHub Enterprise Server repository as the source for a Whitebox scan. Previously only repos from other connected providers were available in the scan wizard.

**Glob patterns in author filters**: The `include.authors` and `exclude.authors` fields in `.hacktron/config.yaml` (and the equivalent org-wide settings) now accept glob patterns (`*`, `**`, `?`, ``) in addition to exact login names, using the same dialect already supported for branch and path filters.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Restore the omitted brace-glob example

Readers using this changelog to learn the supported author-filter syntax see an empty inline-code span after ?, so the supported {a,b} alternation form is omitted. Restore and properly escape that example so MDX renders the braces literally.

Useful? React with 👍 / 👎.

Comment thread changelog.mdx

**GHES repositories as a Whitebox scan source**: On-prem users can now select a GitHub Enterprise Server repository as the source for a Whitebox scan. Previously only repos from other connected providers were available in the scan wizard.

**Glob patterns in author filters**: The `include.authors` and `exclude.authors` fields in `.hacktron/config.yaml` (and the equivalent org-wide settings) now accept glob patterns (`*`, `**`, `?`, ``) in addition to exact login names, using the same dialect already supported for branch and path filters.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Avoid announcing author-glob support twice

The August 3 update already states at line 48 that author include/exclude filters accept the same glob dialect, so this August 19 bullet presents an already-announced capability as newly available for a second time. Remove the duplicate or clarify the additional behavior that actually shipped on August 19 so the release chronology remains accurate.

Useful? React with 👍 / 👎.

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.

2 participants