Skip to content

Commit bfd7e0a

Browse files
committed
remove git log filter
1 parent cfb299f commit bfd7e0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • .github/actions/build-alpha-release-notes

.github/actions/build-alpha-release-notes/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ runs:
3030
git log "${{ inputs.latest_tag }}..HEAD" \
3131
--oneline \
3232
--no-merges \
33-
--author='^(?!github-actions\[bot\]|dependabot\[bot\]).*$'
3433
} > docs/release.md
3534
- name: Upload UI artifact
3635
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)