Skip to content

chore!: Update node to 20 and actions #31

chore!: Update node to 20 and actions

chore!: Update node to 20 and actions #31

Workflow file for this run

name: Bot
on:
issues:
types: [opened, labeled]
pull_request:
types: [opened]
jobs:
bot:
name: ${{ github.event_name }}/${{ github.event.action }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ionic-team/bot@main
with:
repo-token: ${{ secrets.BOT_TOKEN }}