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 issues

Stale issues #953

Workflow file for this run

# https://github.com/marketplace/actions/close-stale-issues
name:"Stale issues"
on:
workflow_dispatch:
schedule:
-cron:"0 0 * * *"
permissions:
issues:write
jobs:
stale:
if:github.repository == 'aws/copilot-cli'
runs-on:ubuntu-latest
steps:
-uses:actions/stale@v5
with:
# issue configuration
stale-issue-message:"This issue is stale because it has been open 60 days with no response activity. Remove the stale label, add a comment, or this will be closed in 14 days."
close-issue-message:"This issue is closed due to inactivity. Feel free to reopen the issue if you have any further questions!"
days-before-issue-stale:60
days-before-issue-close:14
stale-issue-label:"stale"
any-of-issue-labels:"pending/question, guidance"
# pr configuration (disabled)
days-before-pr-stale:-1
days-before-pr-close:-1

[8]ページ先頭

©2009-2025 Movatter.jp