1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

Fix close stale value to be relative (#6451)

It appears the close value is relative to the issue being marked as
stale.
Which makes sense. Marking as stale updates the issue, so we'd have to
wait for 2 more years before closing.

This is the core equivalent of
https://github.com/open-telemetry/opentelemetry-go-contrib/pull/6943
This commit is contained in:
Damien Mathieu
2025-03-17 15:57:40 +01:00
committed by GitHub
parent 0997b5f68f
commit 2e8d5a9934

View File

@@ -19,8 +19,8 @@ jobs:
close-issue-label: 'closed as inactive'
days-before-pr-stale: 730
days-before-issue-stale: 730
days-before-pr-close: 744
days-before-issue-close: 744
days-before-pr-close: 14
days-before-issue-close: 14
exempt-issue-labels: 'never stale'
exempt-pr-labels: 'never stale'
ascending: true