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

Stale

Stale #117

Workflow file for this run

name:Stale
on:
schedule:
-cron:'0 0 * * *'# Runs daily at midnight UTC
workflow_dispatch:# Allows manual triggering
permissions:
issues:write
pull-requests:write
jobs:
stale:
runs-on:ubuntu-latest
steps:
-uses:actions/stale@v10
with:
repo-token:${{ secrets.GITHUB_TOKEN }}
# General behavior
stale-issue-message:>
Automatically marked as stale due to no recent activity.
It will be closed if no further activity occurs. Thank you for your contributions.
close-issue-message:>
Automatically closed stale item.
stale-pr-message:>
Automatically marked as stale due to no recent activity.
It will be closed if no further activity occurs. Thank you for your contributions.
close-pr-message:>
Automatically closed stale item.
days-before-stale:14
days-before-close:14
# Labels
stale-issue-label:'stale'
stale-pr-label:'stale'
exempt-issue-labels:'pinned,security,[Status] Maybe Later'
exempt-pr-labels:'pinned,security,[Status] Maybe Later'
# Limits
operations-per-run:30

[8]ページ先頭

©2009-2025 Movatter.jp