Skip to content

Commit

Permalink
test create rc pr workflow for a6 pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
1 parent e7547a0 commit e6c2141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AGENT6_RELEASE_BRANCH: '6.53.x'
IS_AGENT6_RELEASE: ${{ github.event.schedule == '0 9 * * 1' }}
# IS_AGENT6_RELEASE: ${{ github.event.schedule == '0 9 * * 1' }}
IS_AGENT6_RELEASE: "true"
permissions: {}

jobs:
Expand Down
1 change: 1 addition & 0 deletions tasks/libs/ciproviders/github_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ def create_release_pr(title, base_branch, target_branch, version, changelog_pr=F
pr_body="",
base_branch=base_branch,
target_branch=target_branch,
draft=True,
)

if not pr:
Expand Down

0 comments on commit e6c2141

Please sign in to comment.