Skip to content

The maximum number of apps that you can create with Amplify in this region has likely been reached #2589

The maximum number of apps that you can create with Amplify in this region has likely been reached

The maximum number of apps that you can create with Amplify in this region has likely been reached #2589

name: "Feature Request Label Added"
on:
issues:
types: [labeled]
permissions:
issues: write
jobs:
project:
name: Feature request message
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'feature-request' }}
steps:
- name: add feature request comment
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: |
gh issue comment $ISSUE_NUMBER --repo aws-amplify/amplify-hosting -b "This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!"