We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42f291 commit d753210Copy full SHA for d753210
.github/workflows/send-pr.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
40
path: ./phpstan-src
41
- branch-suffix: short-commit-hash
+ branch-suffix: random
42
delete-branch: true
43
title: "Update PHP 8 stubs"
44
body: "Update PHP 8 stubs to ${{ env.GITHUB_REF_NAME }}"
0 commit comments