Skip to content

prevent the user from creating new tabs or closing them and how to create tab groups #908

prevent the user from creating new tabs or closing them and how to create tab groups

prevent the user from creating new tabs or closing them and how to create tab groups #908

Workflow file for this run

name: Check Issues
on:
issues:
types: [opened, edited]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: 16
- uses: actions/setup-go@v2
with:
go-version: 1.18
- uses: actions/checkout@v2
- name: check
env:
ROD_GITHUB_ROBOT: ${{secrets.ROD_GITHUB_ROBOT}}
run: cd lib/utils/check-issue && go run .