Movatterモバイル変換


[0]ホーム

URL:


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
/nuxtPublic

chore

chore #472

Workflow file for this run

name:chore
on:
workflow_dispatch:
schedule:
-cron:'30 1 * * *'# run every day
permissions:
issues:write
jobs:
stale:
runs-on:ubuntu-latest
if:github.event_name == 'workflow_dispatch' || github.repository == 'nuxt/nuxt'
steps:
-uses:actions/stale@997185467fa4f803885201cee163a9f38240193d# v10.1.1
with:
days-before-stale:-1# Issues and PR will never be flagged stale automatically.
stale-issue-label:'needs reproduction'# Label that flags an issue as stale.
only-labels:'needs reproduction'# Only process these issues
days-before-issue-close:7
ignore-updates:true
remove-stale-when-updated:false
close-issue-message:This issue was closed because it was open for 7 days without a reproduction.
close-issue-label:closed-by-bot
operations-per-run:300#default 30

[8]ページ先頭

©2009-2025 Movatter.jp