Skip to content

ci: notify syft-space-hub-docs on PR merge to main#421

Open
IonesioJunior wants to merge 1 commit into
mainfrom
feat/notify-docs-on-pr-merge
Open

ci: notify syft-space-hub-docs on PR merge to main#421
IonesioJunior wants to merge 1 commit into
mainfrom
feat/notify-docs-on-pr-merge

Conversation

@IonesioJunior

Copy link
Copy Markdown
Member

Summary

Adds a GitHub Actions workflow that creates a draft issue in OpenMined/syft-space-hub-docs whenever a PR is merged into main, so docs updates can be tracked alongside code changes.

The new issue is assigned to @callezenwaka (Callis) and titled [DRAFT] Update documentation to match changes in <repo> PR #<n>, with a link back to the source PR.

Refs: OME-259

Required setup before this workflow can run

A repository secret named DOCS_REPO_PAT must be configured:

  • Type: Personal Access Token (classic)
  • Scope: repo
  • Owner: a user with write access to OpenMined/syft-space-hub-docs

Generate via: github.com → Settings → Developer settings → Personal access tokens → Tokens (classic) → Generate new token (classic), then add it under Settings → Secrets and variables → Actions → New repository secret.

Note: an equivalent workflow should also be added to OpenMined/syft-space (separate PR).

Test plan

  • Repo admin adds the DOCS_REPO_PAT secret
  • Merge a small PR into main and verify a draft issue appears in syft-space-hub-docs assigned to @callezenwaka
  • Confirm the issue body contains the source PR URL, title, and merger

Adds a workflow that creates a draft issue in
OpenMined/syft-space-hub-docs whenever a PR is merged into main,
so documentation updates can be tracked alongside code changes.

Requires a DOCS_REPO_PAT repository secret (classic PAT with `repo`
scope) owned by a user with write access to syft-space-hub-docs.

Refs: OME-259
@linear

linear Bot commented May 14, 2026

Copy link
Copy Markdown

OME-259

@IonesioJunior IonesioJunior changed the title ci: notify syft-space-hub-docs on PR merge to main ci: notify syft-hub-docs on PR merge to main May 15, 2026
@IonesioJunior IonesioJunior changed the title ci: notify syft-hub-docs on PR merge to main ci: notify syft-space-hub-docs on PR merge to main May 15, 2026
@IrinaMBejan

Copy link
Copy Markdown
Collaborator

Hey Ionesio, is there anything blocking this PR? ^-^

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