Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
snehara99 committed Oct 6, 2023
1 parent 7bbdded commit 48c357d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-old-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
exempt-issue-labels: ${{ env.stale-exempt-label }}
days-before-pr-stale: -1
days-before-pr-close: -1
only-labels: action-test
only-labels: stale-test
days-before-stale: ${{ env.stale-days }}
stale-issue-message: "This issue is now marked as '${{ env.stale-label }}' due to there being no activity on it for the past ${{ env.stale-days }} days. Unless the '${{ env.stale-label }}' label is removed or the issue is commented on, this will be remain open for at least ${{ env.close-days }} days and then it may be closed. If you would like to make this issue exempt from getting stale, please add the '${{ env.stale-exempt-label }}' label."
days-before-close: ${{ env.close-days }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
close-days: 7
stale-label: stale
stale-exempt-label: stale-exempt
only-label: action-test
only-label: stale-test
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 48c357d

Please sign in to comment.