[Feature Request]: Implement an alternative solution to the current GitHub readme update approach
- Dominant language
- PowerShell
- Stars
- 737
- Forks
- 436
- Avg merge
- 10d 7h
- Merged PRs (30d)
- 1
Description
### Description
# Description
Currentlty, several files in the repository (e.g., `./README.md`, `./modules/README.md`) and others in the docs are maintained automatically using an automated pipeline.
The challenge: In order to update these files following a pull request, the operating principal must have permissions to push to main. This is, in general, not ideal as this means at least one user must have permissions to bypass the default branching policies.
To this end, we should consider implementing an alternative solution that uses for example self-approved pull requests instead.
# Acceptance criteria
A more secure solution that is not dependent on PAT tokens is implemented and operational.
Contributor guide
Assessment
This issue has not been assessed yet.