文件操作 - stale.yml
返回文件管理
返回主菜单
删除本文件
文件: /etc/httpd-old/--rotto-01082026/modsecurity-crs/.github/workflows/stale.yml
编辑文件内容
name: Mark stale issues on: schedule: - cron: "0 0 * * *" jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been open 120 days with no activity. Remove the stale label or comment, or this will be closed in 14 days' stale-issue-label: 'Stale issue' days-before-stale: 120 days-before-close: 14
修改文件时间
将文件时间修改为当前时间的前一年
删除文件