We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b36569 commit 44e6091Copy full SHA for 44e6091
1 file changed
.github/workflows/create-future-branch.yml
@@ -82,4 +82,6 @@ jobs:
82
with:
83
branch: future/${{ steps.semester.outputs.name }}
84
glob: ''
85
- labels: ${{ steps.semester.outputs.description }}
+ labels: ${{ steps.semester.outputs.description }}
86
+ commit-message: Initialize future branch
87
+ title: Merge future branch for ${{ steps.semester.outputs.description }}
0 commit comments