Skip to content
Merged
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
6 changes: 5 additions & 1 deletion .github/workflows/merge-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ jobs:
ref: data
path: data-branch-check

# Use main's metadata/repos.yaml as the authoritative private-repo list so
# stale orphan entries on the data branch cannot block the privacy gate.
- name: 🔒 Block private wiki pages
env:
GITHUB_TOKEN: ${{ steps.get-workflow-app-token.outputs.token }}
working-directory: data-branch-check
run: node ../scripts/check-wiki-private-presence.ts
run: |
cp ../metadata/repos.yaml metadata/repos.yaml
node ../scripts/check-wiki-private-presence.ts

- name: 🔀 Open weekly data merge PR
env:
Expand Down
Loading