Skip to content

Commit 20f2b0a

Browse files
committed
check
Signed-off-by: Anas Nashif <[email protected]>
1 parent 442c278 commit 20f2b0a

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,4 @@ jobs:
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
run: |
56-
FLAGS="-v"
57-
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
58-
FLAGS+=" -r ${{ github.event.repository.name }}"
59-
FLAGS+=" -M MAINTAINERS.yml"
60-
if [ "${{ github.event_name }}" = "pull_request" ]; then
61-
FLAGS+=" -P ${{ github.event.pull_request.number }}"
62-
elif [ "${{ github.event_name }}" = "issues" ]; then
63-
FLAGS+=" -I ${{ github.event.issue.number }}"
64-
elif [ "${{ github.event_name }}" = "schedule" ]; then
65-
FLAGS+=" --modules"
66-
else
67-
echo "Unknown event: ${{ github.event_name }}"
68-
exit 1
69-
fi
70-
71-
python3 scripts/set_assignees.py $FLAGS
56+
python --version

0 commit comments

Comments
 (0)