From 555a5416806c66a56a5be407f66c71af4316669c Mon Sep 17 00:00:00 2001 From: George Joseph Date: Wed, 20 Mar 2024 13:07:44 -0600 Subject: [PATCH] .github: NightlyAdmin now calls external CloseStaleIssuesAndPRs --- .github/workflows/NightlyAdmin.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/workflows/NightlyAdmin.yml b/.github/workflows/NightlyAdmin.yml index f190671ee8..5a7b8f35cd 100644 --- a/.github/workflows/NightlyAdmin.yml +++ b/.github/workflows/NightlyAdmin.yml @@ -1,7 +1,8 @@ -name: Nightly Admin +name: NightlyAdmin on: schedule: - cron: '30 1 * * *' + workflow_dispatch: env: ASTERISK_REPO: ${{ github.repository }} @@ -13,16 +14,6 @@ env: 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