Home
last modified time | relevance | path

Searched +full:minimum +full:- +full:upvotes +full:- +full:to +full:- +full:exempt (Results 1 – 2 of 2) sorted by relevance

/external/aws-crt-java/.github/workflows/
Dstale_issue.yml6 - cron: "*/60 * * * *"
10 runs-on: ubuntu-latest
14 pull-requests: write
16 - uses: aws-actions/stale-issue-cleanup@v3
18 # Setting messages to an empty string will cause the automation to skip
20-issue-message: Greetings! Sorry to say but this is a very old issue that is probably not getting …
21-issue-message: Greetings! It looks like this issue hasn’t been active in longer than a week. We e…
22-pr-message: Greetings! It looks like this PR hasn’t been active in longer than a week, add a comm…
25 stale-issue-label: closing-soon
26 exempt-issue-label: automation-exempt
[all …]
/external/aws-sdk-java-v2/.github/workflows/
Dstale-issue.yml6 - cron: "0 0/3 * * *"
11 runs-on: ubuntu-latest
14 pull-requests: write
16 - uses: aws-actions/stale-issue-cleanup@v4
18 # Setting messages to an empty string will cause the automation to skip
20 ancient-issue-message: This is a very old issue that is probably not getting as much
21 attention as it deserves. We encourage you to check if this is still an issue in
23 to provide a comment or open a new issue.
24 stale-issue-message: It looks like this issue has not been active for more than five days.
26 that this is still a problem, please add a comment to prevent automatic closure, or
[all …]