We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a0ed9 commit 458cb15Copy full SHA for 458cb15
.github/workflows/prepare-release-branch.yml
@@ -124,11 +124,11 @@ jobs:
124
gh pr edit ${{ steps.create_release_branch_pr.outputs.pr_url }} --add-label "prepare-release"
125
126
create-pull-request-against-main:
127
+ runs-on: ubuntu-latest
128
needs: prereqs
129
permissions:
130
contents: write # required for pushing branches
131
pull-requests: write # required for creating and editing pull requests
- runs-on: ubuntu-latest
132
steps:
133
- uses: actions/checkout@v4
134
0 commit comments