mirror of
https://github.com/kou029w/zenn.dev.git
synced 2025-01-19 00:18:01 +00:00
create stale action
This commit is contained in:
parent
debc065131
commit
c70743c93a
1 changed files with 11 additions and 0 deletions
11
.github/workflows/stale.yml
vendored
Normal file
11
.github/workflows/stale.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name: stale
|
||||||
|
on:
|
||||||
|
schedule: [cron: "0 1 * * 1"]
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@v4
|
||||||
|
with:
|
||||||
|
stale-issue-message: このIssueは最終更新日から365日以上経過しています。
|
||||||
|
days-before-stale: 365
|
Loading…
Add table
Reference in a new issue