Skip to content

Commit f6fec5d

Browse files
feat: Add repository audit workflow (#544)
1 parent 43073ab commit f6fec5d

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
# Audit repositories in this org.
3+
4+
name: Audit Repos
5+
permissions: {}
6+
7+
on:
8+
schedule:
9+
- cron: '00 09 * * *'
10+
workflow_dispatch:
11+
12+
jobs:
13+
audit:
14+
name: Audit Repos
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Audit
18+
uses: LizardByte/actions/actions/audit_repos@v2025.1011.184228
19+
with:
20+
allowEmptyDescription: true
21+
checkDiscussions: org
22+
orgDiscussionsRepo: community
23+
token: ${{ secrets.GH_BOT_TOKEN }}

0 commit comments

Comments
 (0)