We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e9eac commit 4ce7c14Copy full SHA for 4ce7c14
.github/workflows/bump-coder-cli.yaml
@@ -19,3 +19,4 @@ jobs:
19
git remote add origin "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
20
git commit -m "feat: bump coder-cli version to v$version"
21
git push --set-upstream origin bump-coder-cli-${{ github.event.inputs.version }}
22
+ gh pr create --fill --reviewer cmoog
0 commit comments