We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43073ab commit f6fec5dCopy full SHA for f6fec5d
1 file changed
.github/workflows/__audit-repos.yml
@@ -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