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:
Mohammed Yasin 2025-05-11 04:11:00 +06:00 committed by GitHub
parent 1bccbacc13
commit deec81108e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 0 deletions

View file

@ -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.

View file

@ -1,3 +1,5 @@
// Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
#include "inference.hpp"
#include <immintrin.h>
#include <iostream>

View file

@ -1,3 +1,5 @@
// Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
#pragma once
#include <opencv2/opencv.hpp>

View file

@ -1,3 +1,5 @@
// Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
#include "inference.hpp"
#include <iostream>
#include <vector>