Skip to content

[docs] Update glossary - daily scan#19570

Merged
pelikhan merged 2 commits intomainfrom
docs/glossary-daily-scan-2026-03-04-dcf8fd8b03beda09
Mar 4, 2026
Merged

[docs] Update glossary - daily scan#19570
pelikhan merged 2 commits intomainfrom
docs/glossary-daily-scan-2026-03-04-dcf8fd8b03beda09

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 4, 2026

Glossary Updates - 2026-03-04

Scan Type

  • Incremental (daily - last 24 hours)
  • Full scan (weekly - last 7 days)

Terms Added

Terms Updated

None.

Changes Analyzed

  • Reviewed 11 commits from last 24 hours (2026-03-04)
  • Commits: 4e5e198 (secrecy/integrity fields), f03bfa1 (activation token impl), 7bd718b (activation token docs)

Related Changes

Generated by Glossary Maintainer ·

  • expires on Mar 6, 2026, 10:19 AM UTC

Add three new glossary entries from March 4 daily scan:
- Activation Token (on.github-token, on.github-app)
- Integrity (safe output security metadata)
- Secrecy (safe output security metadata)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added documentation Improvements or additions to documentation glossary labels Mar 4, 2026
@pelikhan pelikhan marked this pull request as ready for review March 4, 2026 11:32
Copilot AI review requested due to automatic review settings March 4, 2026 11:32
@pelikhan pelikhan merged commit 464ad93 into main Mar 4, 2026
2 checks passed
@pelikhan pelikhan deleted the docs/glossary-daily-scan-2026-03-04-dcf8fd8b03beda09 branch March 4, 2026 11:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the documentation glossary with newly introduced configuration and metadata terms from recent changes.

Changes:

  • Adds glossary entries for safe output security metadata fields: Secrecy and Integrity
  • Adds a glossary entry for Activation Token configuration (on.github-token, on.github-app) used by the activation job

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.


### Activation Token (`on.github-token:`, `on.github-app:`)

Custom GitHub token or GitHub App used by the activation job to post reactions and status comments on the triggering item. Configured via `github-token:` (for a PAT or token expression) or `github-app:` (to mint a short-lived installation token) inside the `on:` section. Affects only the activation job — agent job tokens are configured separately via `tools.github.github-token` or `safe-outputs.github-app`. See [Authentication Reference](/gh-aw/reference/auth/).
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

The Activation Token entry’s last sentence lists token configuration paths inconsistently/incompletely. It currently mentions only tools.github.github-token and safe-outputs.github-app, but the docs elsewhere describe both token+app options for both tools.github and safe-outputs (e.g., tools.github.github-token/tools.github.github-app and safe-outputs.github-token/safe-outputs.github-app). Consider updating this sentence to include the full set (or align wording with docs/reference/triggers.md:350).

Suggested change
Custom GitHub token or GitHub App used by the activation job to post reactions and status comments on the triggering item. Configured via `github-token:` (for a PAT or token expression) or `github-app:` (to mint a short-lived installation token) inside the `on:` section. Affects only the activation job — agent job tokens are configured separately via `tools.github.github-token` or `safe-outputs.github-app`. See [Authentication Reference](/gh-aw/reference/auth/).
Custom GitHub token or GitHub App used by the activation job to post reactions and status comments on the triggering item. Configured via `github-token:` (for a PAT or token expression) or `github-app:` (to mint a short-lived installation token) inside the `on:` section. Affects only the activation job — agent job tokens are configured separately via `tools.github.github-token`/`tools.github.github-app` or `safe-outputs.github-token`/`safe-outputs.github-app`. See [Authentication Reference](/gh-aw/reference/auth/).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation glossary

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants