docs: migrate workflow docs to separate folder

Files under `.github/workflows/` require the `workflow` PAT scope to
modify. Once release-please's `extra-files` glob started rewriting these
README files on release, the action failed with "Error adding to tree."
Moving the docs to `docs/workflows/` lets the existing token update them
without needing a wider scope.
This commit is contained in:
Damien Retzinger
2026-05-09 19:29:40 -04:00
parent 45d1df0162
commit aa1b545010
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"release-type": "node",
"extra-files": [
{ "type": "generic", "path": "*/README.md", "glob": true },
{ "type": "generic", "path": ".github/workflows/*-README.md", "glob": true }
{ "type": "generic", "path": "docs/workflows/*.md", "glob": true }
]
}
}