mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 09:51:00 +00:00
fix(automation): ensure latest develop state before PR creation
This commit is contained in:
@@ -111,6 +111,7 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
git pull origin develop --rebase
|
||||
# Check if a PR already exists
|
||||
PR_EXISTS=$(gh pr list --head develop --base master --json number --jq '.[0].number')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user