mirror of
https://github.com/ultralytics/ultralytics
synced 2026-05-24 01:28:26 +00:00
Exempt TODO PRs from stale (#20571)
Signed-off-by: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
1bccbacc13
commit
deec81108e
4 changed files with 7 additions and 0 deletions
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
|
@ -51,4 +51,5 @@ jobs:
|
|||
days-before-pr-stale: 90
|
||||
days-before-pr-close: 30
|
||||
exempt-issue-labels: "documentation,tutorial,TODO"
|
||||
exempt-pr-labels: "TODO"
|
||||
operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
|
||||
|
||||
#include "inference.hpp"
|
||||
#include <immintrin.h>
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <opencv2/opencv.hpp>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
|
||||
|
||||
#include "inference.hpp"
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Reference in a new issue