Skip to content

Models not in iPhone app #420

Models not in iPhone app

Models not in iPhone app #420

Workflow file for this run

# Ultralytics YOLO πŸš€, GPL-3.0 license
name: Greetings
on:
pull_request_target:
types: [opened]
issues:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |
πŸ‘‹ Hello @${{ github.actor }}, thank you for submitting a YOLO πŸš€ PR! To allow your work to be integrated as seamlessly as possible, we advise you to:
- βœ… Verify your PR is **up-to-date** with `ultralytics/hub` `master` branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by running `git pull` and `git merge main` locally.
- βœ… Verify all Continuous Integration (CI) **checks are passing**.
- βœ… Update [Docs](https://docs.ultralytics.com) for any new or updated features.
- βœ… 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
See our [Contributing Guide](https://docs.ultralytics.com/help/contributing) for details and let us know if you have any questions!
issue-message: |
πŸ‘‹ Hello @${{ github.actor }}, thank you for raising an issue about [Ultralytics HUB](https://ultralytics.com/hub) πŸš€! Please visit our [HUB Docs](docs.ultralytics.com) to learn more, and see our ⭐️ [HUB Guidelines](https://github.com/ultralytics/hub) to quickly get started uploading datasets and training YOLO models.
If this is a πŸ› Bug Report, please provide screenshots and steps to recreate your problem to help us get started working on a fix.
If this is a ❓ Question, please provide as much information as possible, including dataset, model, environment details etc. so that we might provide the most helpful response.
We try to respond to all issues as promptly as possible. Thank you for your patience!