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 442c278 commit 20f2b0aCopy full SHA for 20f2b0a
.github/workflows/assigner.yml
@@ -53,19 +53,4 @@ jobs:
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
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
+ python --version
0 commit comments