konveyor / release-tools

Release tooling for Konveyor projects.
2 stars 11 forks source link

cherry-pick bot failed to create a backport that includes a change to a workflow file #82

Open sjd78 opened 1 month ago

sjd78 commented 1 month ago

Note: The cherry-pick bot failed to create this backport. See https://github.com/konveyor/tackle2-ui/actions/runs/9289091416/job/25562122346#step:4:20.

Run BRANCH_NAME="cherry-pick-pr1926-release-0.3"
  BRANCH_NAME="cherry-pick-pr1926-release-0.3"
  git config --global user.email "noreply@github.com"
  git config --global user.name "Cherry Picker"
  git checkout -b ${BRANCH_NAME}
  git cherry-pick -s 66b06b067a017d1e4135dfacbe7d31c430853ae8
  git push origin ${BRANCH_NAME}
  gh pr create --base release-0.3 --fill
  shell: /usr/bin/bash -e {0}
  env:
    GH_TOKEN: ***
Switched to a new branch 'cherry-pick-pr1926-release-0.3'
Auto-merging .github/workflows/ci-image-build.yml
[cherry-pick-pr1926-release-0.3 d3655be4] :seedling: Add and allow test image builds for more changes (#1926)
 Author: Scott Dickerson <sdickers@redhat.com>
 Date: Wed May 29 11:40:03 2024 -0400
 2 files changed, 2 insertions(+), 1 deletion(-)
To https://github.com/konveyor/tackle2-ui
 ! [remote rejected]   cherry-pick-pr1926-release-0.3 -> cherry-pick-pr1926-release-0.3 (refusing to allow a GitHub App to create or update workflow `.github/workflows/ci-image-build.yml` without `workflows` permission)
error: failed to push some refs to 'https://github.com/konveyor/tackle2-ui'
Error: Process completed with exit code 1.

Originally posted by @sjd78 in https://github.com/konveyor/tackle2-ui/issues/1928#issuecomment-2137743214

konveyor-ci-bot[bot] commented 1 month ago

This issue is currently awaiting triage. If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance. The triage/accepted label can be added by org members.