Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8754de0

Browse files
authored
ci: add missing Kodiak and Stalebot workflows (#142)
* ci: add Kodiak config to auto-approve Renovate PRs * ci: add stalebot workflow
1 parent 806d434 commit 8754de0

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

‎.github/.kodiak.toml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version = 1
2+
3+
[approve]
4+
auto_approve_usernames = ["renovate"]

‎.github/workflows/stalebot.yml‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: 'Mark and close stale issues'
2+
on:
3+
schedule:
4+
- cron: '30 1 * * *' # runs daily at 1:30 https://crontab.guru/#30_1_*_*_*
5+
6+
jobs:
7+
stale:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/stale@v9
11+
with:
12+
exempt-issue-labels: 'WIP,security,action_item,never_stale'
13+
days-before-issue-stale: 365
14+
stale-issue-label: 'stale'
15+
stale-issue-message:
16+
'This issue has been automatically marked as stale because it has not had activity in 1 year. It will be
17+
closed in 7 days if no further activity occurs. Thanks!'
18+
days-before-issue-close: 7
19+
close-issue-message: 'This issue was closed because it had no activity for over 1 year.'
20+
days-before-pr-close: -1

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /