We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8721d8f commit 2e3d647Copy full SHA for 2e3d647
.github/workflows/assigner.yml
@@ -51,7 +51,7 @@ jobs:
51
FLAGS+=" -r ${{ github.event.repository.name }}"
52
FLAGS+=" -M MAINTAINERS.yml"
53
if [ "${{ github.event_name }}" = "pull_request_target" ]; then
54
- FLAGS+=" -P ${{ github.event.pull_request.number }}"
+ FLAGS+=" -P ${{ github.event.pull_request.number }} -c origin/${{ github.base_ref }}..
55
elif [ "${{ github.event_name }}" = "issues" ]; then
56
FLAGS+=" -I ${{ github.event.issue.number }}"
57
elif [ "${{ github.event_name }}" = "schedule" ]; then
0 commit comments