Commit 63cc54e2 authored by liziwl's avatar liziwl
Browse files

fix commit

parent e1be7c58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ jobs:
      - uses: actions/stale@v7
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          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 7 days.'
          stale-issue-message: 'This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 3 days.'
          close-issue-message: 'This issue was closed because it has been stalled for 3 days with no activity.'
          days-before-stale: 7
          days-before-close: 3