Skip to content

bot

bot #160

Workflow file for this run

name: bot
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
update:
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: tiawl/[email protected]
with:
repository: "${{ github.repository }}"
token: "${{ github.token }}"