Skip to content

Auto Close Issue

Actions
Review and automatically close issues through OpenAI
v1.0.0
Latest
Star (0)

Auto Close Issue

Usage

name: 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.

About

Review and automatically close issues through OpenAI
v1.0.0
Latest

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.