Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated pr-labeler-config.yml to v5 #3201

Merged
merged 15 commits into from
Mar 19, 2024
5 changes: 1 addition & 4 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Triage

on:
# For testing purposes only
# https://github.com/actions/labeler?tab=readme-ov-file#updating-major-version-of-the-labeler
pull_request
# pull_request_target:
pull_request_target:
# types: [opened]
# issues:
# types: [opened]
Expand Down
2 changes: 1 addition & 1 deletion examples/cifar10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Run the example on a single GPU:
python main.py run
```

For details on accepted arguments:
For more details on accepted arguments:

```bash
python main.py run -- --help
Expand Down
Loading