ci: patch inquirer baseUI to fix Node 24 ERR_USE_AFTER_CLOSE in Gen 1 e2e #5838
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: issue-pending-response | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: | |
| issues: write | |
| jobs: | |
| issue_commented: | |
| if: ${{ !github.event.issue.pull_request && contains(github.event.issue.labels.*.name, 'pending-community-response') }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: siegerts/pending-author-response@v1 | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| pending-response-label: pending-community-response | |
| actionable-label: pending-maintainer-response |