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

Close stale issues and PRs#1423

Close stale issues and PRs

Close stale issues and PRs #1423

Workflow file for this run

name:'Close stale issues and PRs'
on:
schedule:
-cron:'0 0 * * *'
permissions:
contents:read
jobs:
stale:
permissions:
issues:write
pull-requests:write
runs-on:ubuntu-latest
steps:
-uses:actions/stale@v9
with:
stale-issue-message:'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!'
close-issue-message:'Please reopen this issue once you have made the required changes. If you need help, feel free to ask in our [Discord](https://the-algorithms.com/discord) server or ping one of the maintainers here. Thank you for your contribution!'
stale-pr-message:'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!'
close-pr-message:'Please reopen this pull request once you have made the required changes. If you need help, feel free to ask in our [Discord](https://the-algorithms.com/discord) server or ping one of the maintainers here. Thank you for your contribution!'
exempt-issue-labels:'dont-close'
exempt-pr-labels:'dont-close'
days-before-stale:30
days-before-close:7

[8]ページ先頭

©2009-2025 Movatter.jp