radondb-mysql-kubernetes 3.0.0 版可以用在生产环境中吗,突然发现之前的官网无法访问了,这个扩容方便吗,需不要更改配置文件,能不能直接修改 replicas #2261
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: Greetings | |
on: issues | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hi! thanks for your contribution! great first issue!' |