-name: Nightly Admin
+name: NightlyAdmin
on:
schedule:
- cron: '30 1 * * *'
+ workflow_dispatch:
env:
ASTERISK_REPO: ${{ github.repository }}
jobs:
CloseStaleIssues:
- runs-on: ubuntu-latest
- steps:
- - name: Close Stale Issues
- uses: actions/stale@v7
- with:
- 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 14 days.'
- stale-issue-label: stale
- close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
- days-before-stale: 7
- days-before-close: 14
- days-before-pr-close: -1
- only-labels: triage,feedback-required
-
+ uses: asterisk/asterisk-ci-actions/.github/workflows/CloseStaleIssuesAndPRs.yml@main
+ secrets:
+ ASTERISKTEAM_PAT: ${{ secrets.ASTERISKTEAM_PAT }}
\ No newline at end of file