Skip to content

[issue] Module IAmNotDisabled is updated to 6.6 #751

[issue] Module IAmNotDisabled is updated to 6.6

[issue] Module IAmNotDisabled is updated to 6.6 #751

Workflow file for this run

name: "On Issue Opened"
on:
issues:
types: [opened, labeled]
jobs:
run:
name: Run Bot
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn
- uses: ./
with:
github-token: "${{ secrets.REPO_TOKEN }}"