You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Every argument is optional.
82
82
| [ignore-updates](#ignore-updates) | Any update (update/comment) can reset the stale idle time on the issues/PRs | `false` |
83
83
| [ignore-issue-updates](#ignore-issue-updates) | Override [ignore-updates](#ignore-updates) for issues only | |
84
84
| [ignore-pr-updates](#ignore-pr-updates) | Override [ignore-updates](#ignore-updates) for PRs only | |
85
-
| [include-only-assigned](#include-only-assigned) |Process only assigned issues| `false` |
85
+
| [include-only-assigned](#include-only-assigned) | Process only assigned issues | `false` |
86
86
87
87
### List of output options
88
88
@@ -540,7 +540,7 @@ jobs:
540
540
stale:
541
541
runs-on: ubuntu-latest
542
542
steps:
543
-
- uses: actions/stale@v5
543
+
- uses: actions/stale@v6
544
544
with:
545
545
stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale'
546
546
stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale'
@@ -558,7 +558,7 @@ jobs:
558
558
stale:
559
559
runs-on: ubuntu-latest
560
560
steps:
561
-
- uses: actions/stale@v5
561
+
- uses: actions/stale@v6
562
562
with:
563
563
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.'
564
564
days-before-stale: 30
@@ -577,7 +577,7 @@ jobs:
577
577
stale:
578
578
runs-on: ubuntu-latest
579
579
steps:
580
-
- uses: actions/stale@v5
580
+
- uses: actions/stale@v6
581
581
with:
582
582
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.'
583
583
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.'
@@ -599,7 +599,7 @@ jobs:
599
599
stale:
600
600
runs-on: ubuntu-latest
601
601
steps:
602
-
- uses: actions/stale@v5
602
+
- uses: actions/stale@v6
603
603
with:
604
604
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.'
605
605
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.'
@@ -623,7 +623,7 @@ jobs:
623
623
stale:
624
624
runs-on: ubuntu-latest
625
625
steps:
626
-
- uses: actions/stale@v5
626
+
- uses: actions/stale@v6
627
627
with:
628
628
stale-issue-message: 'Stale issue message'
629
629
stale-pr-message: 'Stale pull request message'
@@ -646,7 +646,7 @@ jobs:
646
646
stale:
647
647
runs-on: ubuntu-latest
648
648
steps:
649
-
- uses: actions/stale@v5
649
+
- uses: actions/stale@v6
650
650
with:
651
651
start-date: '2020-04-18T00:00:00Z' # ISO 8601 or RFC 2822
652
652
```
@@ -663,7 +663,7 @@ jobs:
663
663
stale:
664
664
runs-on: ubuntu-latest
665
665
steps:
666
-
- uses: actions/stale@v5
666
+
- uses: actions/stale@v6
667
667
with:
668
668
exempt-issue-milestones: 'future,alpha,beta'
669
669
exempt-pr-milestones: 'bugfix,improvement'
@@ -681,7 +681,7 @@ jobs:
681
681
stale:
682
682
runs-on: ubuntu-latest
683
683
steps:
684
-
- uses: actions/stale@v5
684
+
- uses: actions/stale@v6
685
685
with:
686
686
exempt-all-pr-milestones: true
687
687
```
@@ -698,7 +698,7 @@ jobs:
698
698
stale:
699
699
runs-on: ubuntu-latest
700
700
steps:
701
-
- uses: actions/stale@v5
701
+
- uses: actions/stale@v6
702
702
with:
703
703
any-of-labels: 'needs-more-info,needs-demo'
704
704
# You can opt for 'only-labels' instead if your use-case requires all labels
0 commit comments