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
DAYS_BEFORE_STALE: 30# Define the days-before-stale value
16
-
DAYS_BEFORE_CLOSE: 7# Define the days-before-close value
17
-
18
-
steps:
19
-
- uses: actions/stale@v5
20
-
with:
21
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
-
stale-issue-message: |
23
-
This issue has been automatically marked as stale due to ${{
24
-
env.DAYS_BEFORE_STALE }} days of inactivity.
25
-
If no further activity occurs within ${{ env.DAYS_BEFORE_CLOSE }} days, it will be closed automatically. Please take action if this issue is still relevant.
26
-
stale-pr-message: |
27
-
This pull request has been automatically marked as stale due to ${{
28
-
env.DAYS_BEFORE_STALE }} days of inactivity.
29
-
If no further activity occurs within ${{ env.DAYS_BEFORE_CLOSE }} days, it will be closed automatically. Please take action if this pull request is still relevant.
0 commit comments