[Bug] Backpack 7.x filter issues: "Remove filters" doesn't reset results and expand button fails with active filters #2651
This file contains hidden or 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: ChatGPT Bot | |
| on: | |
| issue_comment: | |
| types: | |
| - created | |
| jobs: | |
| run-bot: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: austenstone/chatgpt-bot@main | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} |