Skip to content

I modified the function's cloudformation-template.json, but it still shows 'No Change' and does not apply the updates when I run amplify push. #7232

I modified the function's cloudformation-template.json, but it still shows 'No Change' and does not apply the updates when I run amplify push.

I modified the function's cloudformation-template.json, but it still shows 'No Change' and does not apply the updates when I run amplify push. #7232

name: issue-pending-response
on:
issue_comment:
types: [created]
permissions:
issues: write
jobs:
issue_commented:
if: ${{ !github.event.issue.pull_request && contains(github.event.issue.labels.*.name, 'pending-response') }}
runs-on: ubuntu-latest
steps:
- uses: siegerts/pending-author-response@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pending-response-label: pending-response