Skip to content

Commit 72fe6cd

Browse files
Bump actions/stale from 9 to 10 in /.github/workflows (#74)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
1 parent a40e755 commit 72fe6cd

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
stale:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/stale@v9
12+
- uses: actions/stale@v10
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."

scoring/evaluation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
2-
32
"""Utility methods for computing the performance metrics."""
43

54
from matching import Matching

scoring/matching.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
2-
32
"""
43
Copyright 2018 Defense Innovation Unit Experimental All rights reserved.
54

scoring/rectangle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
2-
32
"""
43
Copyright 2018 Defense Innovation Unit Experimental All rights reserved.
54

scoring/score.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
2-
32
"""
43
Copyright 2018 Defense Innovation Unit Experimental All rights reserved.
54

0 commit comments

Comments
 (0)