Skip to content

Commit 865c106

Browse files
authored
Update stale-community-issues.yaml (#36990)
1 parent 4a1d13e commit 865c106

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/stale-community-issues.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
name: Stale issue action
1+
name: Stale Issue action
22
on:
33
schedule:
4-
- cron: "* 9 * * *"
4+
- cron: "0 9 * * *"
55

66
jobs:
77
close-issues:
88
runs-on: ubuntu-latest
99
permissions:
1010
issues: write
11-
pull-requests: write
1211
steps:
1312
- uses: actions/stale@v5
1413
with:
@@ -17,6 +16,8 @@ jobs:
1716
days-before-issue-stale: 180
1817
days-before-issue-close: 20
1918
stale-issue-label: "stale"
19+
operations-per-run: 100
20+
ascending: true
2021
stale-issue-message: >
2122
At Airbyte, we seek to be clear about the project priorities and roadmap.
2223
This issue has not had any activity for 180 days, suggesting that it's not as critical as others.

0 commit comments

Comments
 (0)