File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
61
61
- name : Generate Release Notes
62
62
id : generate_release_notes
63
- uses : AbsaOSS/generate-release-notes@master
63
+ uses : AbsaOSS/generate-release-notes@bugfix/fix-coderabbit-summary-groups
64
64
env :
65
65
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66
66
with :
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ runs:
143
143
INPUT_RELEASE_NOTES_TITLE : ${{ inputs.release-notes-title }}
144
144
INPUT_CODERABBIT_SUPPORT_ACTIVE : ${{ inputs.coderabbit-support-active }}
145
145
INPUT_CODERABBIT_RELEASE_NOTES_TITLE : ${{ inputs.coderabbit-release-notes-title }}
146
- INPUT_CODERABBIT_SUMARY_IGNORE_GROUPS : ${{ inputs.coderabbit-summary-ignore-groups }}
146
+ INPUT_CODERABBIT_SUMMARY_IGNORE_GROUPS : ${{ inputs.coderabbit-summary-ignore-groups }}
147
147
INPUT_GITHUB_REPOSITORY : ${{ github.repository }}
148
148
INPUT_ROW_FORMAT_ISSUE : ${{ inputs.row-format-issue }}
149
149
INPUT_ROW_FORMAT_PR : ${{ inputs.row-format-pr }}
You can’t perform that action at this time.
0 commit comments