You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update wiki-sync workflow to use PR instead of direct push (#26)
Repository rules require all changes to go through pull requests
and have verified signatures. Modified wiki-sync workflow to:
- Use peter-evans/create-pull-request action
- Create automated PR for wiki changes
- Respect branch protection rules
- Add proper labels (documentation, automated)
This fixes the 'push declined due to repository rule violations' error.
0 commit comments