Update greetings.yml

This commit is contained in:
Glenn Jocher 2020-08-11 00:56:04 -07:00 committed by GitHub
parent 2a74d1fd7d
commit f14c143926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: Greetings name: Greetings
on: [pull_request, issues] on: [pull_request_target, issues]
jobs: jobs:
greeting: greeting:
@ -21,6 +21,7 @@ jobs:
``` ```
- Verify all Continuous Integration (CI) **checks are passing**. - Verify all Continuous Integration (CI) **checks are passing**.
- Reduce changes to the absolute **minimum** required for your bug fix or feature addition. _"It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is."_ -Bruce Lee - Reduce changes to the absolute **minimum** required for your bug fix or feature addition. _"It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is."_ -Bruce Lee
issue-message: | issue-message: |
Hello @${{ github.actor }}, thank you for your interest in our work! Ultralytics has open-sourced YOLOv5 at https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects. Hello @${{ github.actor }}, thank you for your interest in our work! Ultralytics has open-sourced YOLOv5 at https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects.