Skip to content

Commit a8d78fd

Browse files
committed
add remove author filter
1 parent 22c0d46 commit a8d78fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ runs:
2828
echo
2929
git log "${{ inputs.latest-tag }}..HEAD" \
3030
--oneline \
31-
--no-merges
31+
--no-merges \
32+
--author='^(?!github-actions\[bot\]|dependabot\[bot\]).*$'
3233
} > docs/release.md
3334
- name: Upload UI artifact
3435
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)