Skip to content

force activate TestIssueCopilot.yml #1

force activate TestIssueCopilot.yml

force activate TestIssueCopilot.yml #1

name: Run GitHub issue copilot
on:
push:
issues:
types: [opened, edited]
jobs:
Issue:
runs-on: ubuntu-latest
steps:
- name: Run GitHub issue copilot
uses: MoChilia/IssueCopilot@dev
with:
password: ${{secrets.COPILOT_PASSWORD}}