[Bug]: Does Vue 2 plugin have a solution to support Vue 2.6? Currently the official website prompts that Vue 2 plugin only supports Vue >= 2.7.0 version #386
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: Issue Labeled | |
on: | |
issues: | |
types: [labeled] | |
permissions: | |
contents: read | |
jobs: | |
reply-labeled: | |
permissions: | |
issues: write | |
runs-on: ubuntu-latest | |
if: github.repository == 'web-infra-dev/rsbuild' | |
steps: | |
- name: need reproduction | |
if: github.event.label.name == 'need reproduction' | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'create-comment' | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
Hello @${{ github.event.issue.user.login }}. Please provide a reproduction repository or online demo. For background, see [Why reproductions are required](https://antfu.me/posts/why-reproductions-are-required). Thanks ❤️ |