Skip to content

Monthly codeowners cleanup #12

Monthly codeowners cleanup

Monthly codeowners cleanup #12

---
name: Monthly codeowners cleanup
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
permissions:
contents: read
jobs:
cleanowners:
name: cleanowners
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Run cleanowners action
uses: github/cleanowners@v1
env:
GH_TOKEN: ${{ secrets.HOLOPIN_LABELER }}
REPOSITORY: cloudflare/cloudflare-docs
ORGANIZATION: cloudflare
ISSUE_REPORT: true