File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- uses : actions/stale@v5
36
+ id : staler
36
37
with :
37
38
operations-per-run : 30
38
39
days-before-issue-stale : 60
71
72
runs-on : ubuntu-latest
72
73
steps :
73
74
- uses : actions/stale@v5
75
+ id : staler
74
76
with :
75
77
operations-per-run : 30
76
78
days-before-pr-stale : 60
@@ -127,7 +129,7 @@ jobs:
127
129
GITHUB_REPO_URL: ${{ format('{0}/{1}', github.server_url, github.repository) }}
128
130
GITHUB_ISSUES_URL: ${{ format('{0}/{1}/issues', github.server_url, github.repository) }}
129
131
GITHUB_PULL_URL: ${{ format('{0}/{1}/pull', github.server_url, github.repository) }}
130
- STALED_ISSUES: ${{ needs.process-issues.outputs.staled-issues-prs }}
131
- CLOSED_ISSUES: ${{ needs.process-issues.outputs.closed-issues-prs }}
132
- STALED_PRS: ${{ needs.process-prs.outputs.staled-issues- prs }}
133
- CLOSED_PRS: ${{ needs.process-prs.outputs.closed-issues- prs }}
132
+ STALED_ISSUES: ${{ needs.process-issues.outputs.staled-issues }}
133
+ CLOSED_ISSUES: ${{ needs.process-issues.outputs.closed-issues }}
134
+ STALED_PRS: ${{ needs.process-prs.outputs.staled-prs }}
135
+ CLOSED_PRS: ${{ needs.process-prs.outputs.closed-prs }}
You can’t perform that action at this time.
0 commit comments