.github: NightlyAdmin now calls external CloseStaleIssuesAndPRs

(cherry picked from commit 3b51b1b294)
releases/certified-18.9
George Joseph 2 years ago committed by Asterisk Development Team
parent eb8c55d3e2
commit f8516eaca4

@ -2,6 +2,7 @@ name: Nightly Admin
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 }}
Loading…
Cancel
Save