Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/inbox-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:

# Dispatch success event to .git-private-farm
gh api \
"repos/hyperpolymath/dot-git-private-farm/dispatches" \
"repos/hyperpolymath/.git-private-farm/dispatches" \
--method POST \
--field event_type="pr-merged" \
--field client_payload='{"pr_number":'$PR_NUM',"repo":"${{ github.repository }}","title":"'$TITLE'","head_ref":"'$HEAD_REF'"}' \
Expand Down
4 changes: 2 additions & 2 deletions docs/INBOX-STEWARD-AUTOMATION.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ All workflows require these GitHub Secrets:
* `+.github/workflows/inbox-steward-intake.yml+` (NEW)
* `+.hypatia-baseline.json+` (MODIFIED)

==== dot-git-private-farm
==== .git-private-farm

* `+.github/workflows/inbox-steward-propagate.yml+` (NEW)
* `+.github/workflows/inbox-steward-monitor.yml+` (NEW)
Expand Down Expand Up @@ -409,7 +409,7 @@ gh workflow run inbox-steward.yml -f dry_run=true
gh workflow run inbox-steward.yml -f dry_run=false

# Run monitor
cd dot-git-private-farm
cd .git-private-farm
gh workflow run inbox-steward-monitor.yml -f dry_run=false
----

Expand Down
Loading