Stale `github.actor` bug fix (#3483)
Browse files
.github/workflows/stale.yml
CHANGED
@@ -11,7 +11,7 @@ jobs:
|
|
11 |
with:
|
12 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
13 |
stale-issue-message: |
|
14 |
-
π Hello
|
15 |
|
16 |
Access additional [YOLOv5](https://ultralytics.com/yolov5) π resources:
|
17 |
- **Wiki** β https://github.com/ultralytics/yolov5/wiki
|
|
|
11 |
with:
|
12 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
13 |
stale-issue-message: |
|
14 |
+
π Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
|
15 |
|
16 |
Access additional [YOLOv5](https://ultralytics.com/yolov5) π resources:
|
17 |
- **Wiki** β https://github.com/ultralytics/yolov5/wiki
|