Skip to content

chore(actions): bump d-morrison/gha/.github/workflows/check-non-standard-chars.yml from 1 to 2 - #129

Merged
d-morrison merged 1 commit into
mainfrom
dependabot/github_actions/d-morrison/gha/dot-github/workflows/check-non-standard-chars.yml-2
Jul 14, 2026
Merged

chore(actions): bump d-morrison/gha/.github/workflows/check-non-standard-chars.yml from 1 to 2#129
d-morrison merged 1 commit into
mainfrom
dependabot/github_actions/d-morrison/gha/dot-github/workflows/check-non-standard-chars.yml-2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Contributor

Bumps d-morrison/gha/.github/workflows/check-non-standard-chars.yml from 1 to 2.

Changelog

Sourced from d-morrison/gha/.github/workflows/check-non-standard-chars.yml's changelog.

[2.0.0] - 2026-06-25

Breaking

  • quarto-publish now deploys to the gh-pages branch instead of the GitHub Pages artifact (#118, #120). Consumers must set Settings → Pages → Source = "Deploy from a branch", branch gh-pages / (root), and grant the caller contents: write (dropping pages: write + id-token: write) — still required with deploy: false. This makes quarto-publish compatible with the branch-based PR-preview family, so a repo can ship both a main site and PR previews. Full migration steps are in the quarto-publish entry under Added. @v1 stays frozen on the Pages-artifact deploy for consumers not ready to migrate.

Added

  • Dark mode for the documentation website (#114) — website/_quarto.yml now pairs the cosmo light theme with the darkly dark theme, so the site renders a light/dark toggle in the navbar and respects the reader's system preference.
  • Documentation website (#100) — a Quarto site under website/ that documents every reusable workflow (overview, a per-action reference page with full input tables, permissions, and versioning). It is built and shipped by the repo's own actions: quarto-publish deploys it to GitHub Pages on main, and the preview family renders a per-PR preview.
  • preview gains a path input (#100) — the project directory to render (the dir holding _quarto.yml), defaulting to the repo root. This brings preview to parity with quarto-publish and lets a site that lives in a subdirectory (like this repo's website/) get a PR preview. Backward compatible: existing callers that render the repo root need no change.
  • Shared-content sync family (#57) — keeps guidance shared between repos current in both directions, via two reusable workflows and a shared helper:
    • bump-submodule.yml — update a named submodule to its upstream HEAD and open a PR when the pointer moves (one direction; e.g. the lab manual tracking .ai-config).
    • sync-shared-fragments.yml — vendor a set of files from an upstream repo, pinned to a commit and recorded in a JSON manifest, and open a PR when they change (the other direction; avoids a recursive mutual submodule).
    • open-sync-pr composite — the commit-and-open-PR helper both workflows reuse: commits staged changes to a reused automation branch and opens or updates the PR, no-op when nothing changed. First consumers: UCD-SERG/lab-manual and d-morrison/ai-config.
  • quarto-publish — render a Quarto site and deploy it to the gh-pages branch, which GitHub Pages serves. A composite (quarto-publish/action.yml) sets up Quarto (optionally R/renv and TinyTeX) and renders a project at a given path into <path>/<output-dir> (default _site). The reusable workflow (quarto-publish.yml) deploys that output to gh-pages with clean-exclude: pr-preview/, so a main-site deploy never wipes the preview family's per-PR sites; it also offers optional submodule init and a pre-render-artifact input so a caller can inject build-time assets (e.g. recorded media) before render. Callers grant contents: write (still

... (truncated)

Commits
  • 5ed2818 feat: accept ANTHROPIC_API_KEY as an alternative to CLAUDE_CODE_OAUTH_TOKEN (...
  • eaf7dca preview-deploy: bump the preview comment to the bottom on each build (#129)
  • fc8dc29 docs: add 'Actions vs. workflows' section to README (#127)
  • b92009c docs(REVDEPS): register d-morrison/rme as a preview-family consumer (#128)
  • 7409b5b fix: restore TEAMS_BEFORE in commit path of re-assign step (#124)
  • a3cc87e chore: ignore .claude/ worktree dir (#126)
  • 8bbcd87 fix: switch website-preview.yml to preview.yml@v1 (#125)
  • 9cff61f fix: restore stashed human reviewers on commit path, not assignees (#122)
  • d50f5f8 docs(release): cut CHANGELOG [2.0.0] and pin website-publish to @​v2 (#121)
  • 3bbd955 feat(check-links): expose fail input in reusable workflow wrapper (#119)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…ard-chars.yml

Bumps [d-morrison/gha/.github/workflows/check-non-standard-chars.yml](https://github.com/d-morrison/gha) from 1 to 2.
- [Changelog](https://github.com/d-morrison/gha/blob/main/CHANGELOG.md)
- [Commits](Morrison-Lab/gha@v1...v2)

---
updated-dependencies:
- dependency-name: d-morrison/gha/.github/workflows/check-non-standard-chars.yml
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://d-morrison.github.io/qwt/pr-preview/pr-129/

Built to branch gh-pages at 2026-06-27 16:29 PDT.
Preview will be ready when the GitHub Pages deployment is complete.

@d-morrison
d-morrison merged commit 3552009 into main Jul 14, 2026
14 checks passed
@d-morrison
d-morrison deleted the dependabot/github_actions/d-morrison/gha/dot-github/workflows/check-non-standard-chars.yml-2 branch July 14, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant