Auto Close Issue
Actionsname: Auto Close Issue
on:
issues:
types: [opened]
jobs:
auto_close_issue:
runs-on: ubuntu-latest
steps:
- name: Auto Close Issue
uses: mihomo-party-org/auto-close-issue@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
url: 'https://api.openai.com'
key: 'sk-xxxxxx'
prompt: 'xxxxxx'
Auto Close Issue is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.