Skip to content

Bump @babel/preset-env from 7.18.6 to 7.22.4 #91

Bump @babel/preset-env from 7.18.6 to 7.22.4

Bump @babel/preset-env from 7.18.6 to 7.22.4 #91

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 }}