Skip to content

Commit 2e3d647

Browse files
committed
ci: add commit range argument
Signed-off-by: Anas Nashif <[email protected]>
1 parent 8721d8f commit 2e3d647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
FLAGS+=" -r ${{ github.event.repository.name }}"
5252
FLAGS+=" -M MAINTAINERS.yml"
5353
if [ "${{ github.event_name }}" = "pull_request_target" ]; then
54-
FLAGS+=" -P ${{ github.event.pull_request.number }}"
54+
FLAGS+=" -P ${{ github.event.pull_request.number }} -c origin/${{ github.base_ref }}..
5555
elif [ "${{ github.event_name }}" = "issues" ]; then
5656
FLAGS+=" -I ${{ github.event.issue.number }}"
5757
elif [ "${{ github.event_name }}" = "schedule" ]; then

0 commit comments

Comments
 (0)