Skip to content

Bump daisyui from 2.17.0 to 3.1.7 #95

Bump daisyui from 2.17.0 to 3.1.7

Bump daisyui from 2.17.0 to 3.1.7 #95

Workflow file for this run

name: Chatops
on:
issue_comment:
types: [created]
jobs:
command-dispatch:
runs-on: ubuntu-latest
if: startsWith(github.event.comment.body, '/lint') || startsWith(github.event.comment.body, '/staging')
steps:
- name: Slash Command Dispatch
uses: peter-evans/[email protected]
with:
commands: lint, stage
permission: admin
issue-type: pull-request
named-args: true
token: ${{ secrets.REPO_ACCESS_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}