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 sync-versions pipeline to comply with repository rules using Pull Request workflow (#31)
* Initial plan
* Update sync-versions workflow to use PR instead of direct push
Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/workflows/sync-versions.yml
+38-8Lines changed: 38 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ jobs:
13
13
runs-on: ubuntu-22.04
14
14
permissions:
15
15
contents: write
16
+
pull-requests: write
16
17
steps:
17
18
- name: Checkout Code
18
19
uses: actions/checkout@v5
@@ -94,13 +95,17 @@ jobs:
94
95
echo "=== Checking for old version references ==="
95
96
grep -n "$CURRENT_PROJECT_VERSION" pom.xml Dockerfile src/main/resources/application.properties readme.md || echo "No old version references found (expected)"
0 commit comments