Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/__audit-repos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
# Audit repositories in this org.

name: Audit Repos
permissions: {}

on:
schedule:
- cron: '00 09 * * *'
workflow_dispatch:

jobs:
audit:
name: Audit Repos
runs-on: ubuntu-latest
steps:
- name: Audit
uses: LizardByte/actions/actions/audit_repos@v2025.1011.184228
with:
allowEmptyDescription: true
checkDiscussions: org
orgDiscussionsRepo: community
token: ${{ secrets.GH_BOT_TOKEN }}