Skip to content

Commit ba9e48a

Browse files
committed
Test for moving workflow to asterisk-ci-actions
1 parent 34196f8 commit ba9e48a

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

.github/workflows/NightlyAdmin.yml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,9 @@
1-
name: Nightly Admin
1+
name: NightlyAdmin
22
on:
33
schedule:
44
- cron: '30 1 * * *'
5-
6-
env:
7-
ASTERISK_REPO: ${{ github.repository }}
8-
PR_NUMBER: 0
9-
PR_COMMIT: ''
10-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12-
MODULES_BLACKLIST: ${{ vars.GATETEST_MODULES_BLACKLIST }} ${{ vars.UNITTEST_MODULES_BLACKLIST }}
5+
workflow_dispatch:
136

147
jobs:
158
CloseStaleIssues:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Close Stale Issues
19-
uses: actions/stale@v7
20-
with:
21-
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.'
22-
stale-issue-label: stale
23-
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
24-
days-before-stale: 7
25-
days-before-close: 14
26-
days-before-pr-close: -1
27-
only-labels: triage,feedback-required
28-
9+
uses: asterisk/asterisk-ci-actions/.github/workflows/CloseStaleIssuesAndPRs.yml@main-close-stale

0 commit comments

Comments
 (0)