mirror of
https://github.com/kou029w/zenn.dev.git
synced 2025-01-18 08:05:07 +00:00
13 lines
308 B
YAML
13 lines
308 B
YAML
name: stale
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 1 * * MON"
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/stale@v4
|
|
with:
|
|
stale-issue-message: このIssueは最終更新日から365日以上経過しています。
|
|
days-before-stale: 365
|