We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1d13e commit 865c106Copy full SHA for 865c106
.github/workflows/stale-community-issues.yaml
@@ -1,14 +1,13 @@
1
-name: Stale issue action
+name: Stale Issue action
2
on:
3
schedule:
4
- - cron: "* 9 * * *"
+ - cron: "0 9 * * *"
5
6
jobs:
7
close-issues:
8
runs-on: ubuntu-latest
9
permissions:
10
issues: write
11
- pull-requests: write
12
steps:
13
- uses: actions/stale@v5
14
with:
@@ -17,6 +16,8 @@ jobs:
17
16
days-before-issue-stale: 180
18
days-before-issue-close: 20
19
stale-issue-label: "stale"
+ operations-per-run: 100
20
+ ascending: true
21
stale-issue-message: >
22
At Airbyte, we seek to be clear about the project priorities and roadmap.
23
This issue has not had any activity for 180 days, suggesting that it's not as critical as others.
0 commit comments