From 60fc3585587fbb1925447c571019890907792428 Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Thu, 1 May 2025 12:18:08 -0600 Subject: [PATCH] github action: set some parameters differently the documentation on this action is a little confusing. also turn off auto_merge/approve for now since i can't generated github token with anything but read access perms for this repo. Signed-off-by: Howard Pritchard --- .github/workflows/fork_sync.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fork_sync.yaml b/.github/workflows/fork_sync.yaml index 9b6ae0503e..b9bcbb14fd 100644 --- a/.github/workflows/fork_sync.yaml +++ b/.github/workflows/fork_sync.yaml @@ -13,6 +13,10 @@ jobs: steps: - uses: tgymnich/fork-sync@v1.8 with: - owner: gagarc + owner: openpmix base: master head: master + auto_merge: false + auto_approve: false + +