Skip to content

Commit

Permalink
Update update-workflows.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk authored May 23, 2024
1 parent 40a6515 commit fbb3aa9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions update-workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ function create_commit_and_pr() {
git commit -m "update workflows to latest version"
git push --set-upstream origin update-workflows

body=$(cat <<-EOF
# Description
This PR updates all workflows to the latest version.
# Verification
Done by the workflows in this feature branch, except for the release workflow.
EOF
gh pr create --title "ci: update workflows to latest version" --body "" --base main
gh pr view --web
}
Expand Down

0 comments on commit fbb3aa9

Please sign in to comment.