Python3 incompatibility #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Call GPT-Codemaster to Create a Pull Request that solves the issue | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
issue_filter: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
contents: write | |
pull-requests: write | |
steps: | |
- name: run GPT-codemaster | |
uses: kaklik/GPT-Codemaster@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
OPENAI_KEY: ${{ secrets.OPENAI_KEY }} |