Skip to content

feat: Add repository audit workflow #2

feat: Add repository audit workflow

feat: Add repository audit workflow #2

Workflow file for this run

---
# Audit repositories in this org.
name: Audit Repos
permissions: {}
on:
pull_request:
branches:
- master
types:
- opened
- synchronize
- reopened
schedule:
- cron: '00 09 * * *'
workflow_dispatch:
jobs:
audit:
name: Audit Repos
runs-on: ubuntu-latest
steps:
- name: Audit
uses: LizardByte/actions/actions/[email protected]
with:
allowEmptyDescription: true
checkDiscussions: org
orgDiscussionsRepo: community
token: ${{ secrets.GH_BOT_TOKEN }}