We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbd817 commit 781db4cCopy full SHA for 781db4c
.github/workflows/trunk-upgrade.yaml
@@ -76,7 +76,8 @@ jobs:
76
--base updates \
77
--head automated/trunk-upgrade \
78
--title "Automated trunk upgrade $(cat .github/pr_title.log) [skip ci]" \
79
- --body-file .github/pr_body.log
+ --body-file .github/pr_body.log \
80
+ --label automated
81
else
82
gh pr edit automated/trunk-upgrade \
83
0 commit comments