Add loadbalance quota list #15
Workflow file for this run
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: [pull_request_target, 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: | | |
Thank you for reporting your first issue! Be sure that we will be looking at it, but keep in mind | |
this sometimes takes a while. | |
Please let the maintainers know if your issue has not got enough attention after a few days. | |
If any doubt, please consult our issue [tutorial](https://github.com/gophercloud/gophercloud/blob/master/docs/contributor-tutorial/step-02-issues.md). | |
pr-message: | | |
Thank you for submitting your first PR! Be sure that we will be looking at it but keep in mind | |
this sometimes takes a while. | |
Please let the maintainers know if your PR has not got enough attention after a few days. | |
If any doubt, please consult our PR [tutorial](https://github.com/gophercloud/gophercloud/blob/master/docs/contributor-tutorial/step-05-pull-requests.md). |