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

Commit82c118b

Browse files
committed
Merge branch 'master' into develop
2 parentsa089792 +06d923a commit82c118b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

‎.github/workflows/stale.yml‎

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
2+
#
3+
# You can adjust the behavior by modifying this file.
4+
# For more information, see:
5+
# https://github.com/actions/stale
6+
name:Mark stale issues and pull requests
7+
8+
on:
9+
schedule:
10+
-cron:'30 21 * * *'
11+
12+
jobs:
13+
stale:
14+
15+
runs-on:ubuntu-latest
16+
permissions:
17+
issues:write
18+
pull-requests:write
19+
20+
steps:
21+
-uses:actions/stale@v5
22+
with:
23+
repo-token:${{ secrets.GITHUB_TOKEN }}
24+
stale-issue-message:'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
25+
stale-pr-message:'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
26+
close-issue-message:'This issue was closed because it has been stalled for 5 days with no activity.'
27+
close-pr-message:'This PR was closed because it has been stalled for 10 days with no activity.'
28+
days-before-issue-stale:30
29+
days-before-pr-stale:45
30+
days-before-issue-close:5
31+
days-before-pr-close:10
32+
stale-issue-label:'stale'
33+
stale-pr-label:'stale'
34+
exempt-issue-labels:'pinned,security,critical,in progress,planned,backlog'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp