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

Issue Stale

Issue Stale #155

Workflow file for this run

name:Issue Stale
on:
workflow_dispatch:
schedule:
-cron:"0 1 * * *"
permissions:
issues:write
pull-requests:write
actions:write
jobs:
issues:
runs-on:ubuntu-latest
if:github.repository_owner == 'chakra-ui'
steps:
-uses:actions/stale@v10
name:"Close stale issues"
with:
repo-token:${{ secrets.SAGE_PAT }}
close-issue-message:
"This issue has been automatically closed due to inactivity. If you
believe this closure was in error, please reopen the issue or add a
comment. Thanks for your understanding.\n\nNote: This is an
automated message."
days-before-issue-close:7
days-before-issue-stale:30
stale-pr-label:"stale"
stale-issue-label:"stale"
days-before-pr-close:7
days-before-pr-stale:15
only-pr-labels:
"postpone: more info or changes requested, please add a reproduction"
exempt-issue-labels:"roadmap,feature,bug"
operations-per-run:200

[8]ページ先頭

©2009-2025 Movatter.jp