Skip to content

auto-assign (badge) #13

auto-assign (badge)

auto-assign (badge) #13

name: auto-assign (badge)
on: { workflow_dispatch: {}, schedule: [{ cron: "0 5 * * 1" }] }
permissions: { contents: read }
jobs:
badge:
runs-on: ubuntu-latest
steps:
- run: echo "auto-assign badge ✅"