ci: notify syft-space-hub-docs on PR merge to main#421
Open
IonesioJunior wants to merge 1 commit into
Open
Conversation
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
Collaborator
|
Hey Ionesio, is there anything blocking this PR? ^-^ |
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.
Summary
Adds a GitHub Actions workflow that creates a draft issue in
OpenMined/syft-space-hub-docswhenever a PR is merged intomain, 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_PATmust be configured:repoOpenMined/syft-space-hub-docsGenerate via:
github.com → Settings → Developer settings → Personal access tokens → Tokens (classic) → Generate new token (classic), then add it underSettings → Secrets and variables → Actions → New repository secret.Test plan
DOCS_REPO_PATsecretmainand verify a draft issue appears insyft-space-hub-docsassigned to@callezenwaka