feat: Make the maximum recycleable parser cache size configurable #125
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: 'Add priority disclaimer' | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
add-disclaimer: | |
timeout-minutes: 5 | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Create comment | |
uses: peter-evans/create-or-update-comment@v3 | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible. | |
The roadmap is driven by our customers and we have to prioritize issues that are important to them. | |
You can influence the priority by becoming a customer. Please contact us [here](https://form.typeform.com/to/oC6XATf4). |