diff --git a/.github/workflows/develop-pr-gae.yaml b/.github/workflows/develop-pr-gae.yaml index ca987a1..e0aca57 100644 --- a/.github/workflows/develop-pr-gae.yaml +++ b/.github/workflows/develop-pr-gae.yaml @@ -35,25 +35,6 @@ jobs: id: version_name run: echo "version_name=$(echo \"${{ github.head_ref }}\" | tr -cd '[:alnum:]' | tr '[:upper:]' '[:lower:]' | tr -d 'preview')" >> $GITHUB_ENV - # Create or update a comment with the secrets reminder - - name: Find Comment - uses: peter-evans/find-comment@v1 - id: fc - with: - issue-number: ${{ github.event.pull_request.number }} - comment-author: 'github-actions[bot]' - body-includes: IMPORTANT! If this PR requires updated secrets - - - name: Create or update a comment with reminder for secrets update - uses: peter-evans/create-or-update-comment@v1 - with: - comment-id: ${{ steps.fc.outputs.comment-id }} - issue-number: ${{ github.event.pull_request.number }} - body: | - :orangutan: IMPORTANT! If this PR requires updated secrets, please ensure they are updated in the `dev` environment in GCP! :orangutan: - reactions: '+1' - edit-mode: replace - - name: Deploy to App Engine env: BRANCH_NAME: ${{ env.version_name }} diff --git a/.github/workflows/develop-push-gae.yaml b/.github/workflows/develop-push-gae.yaml index 96005e3..4a3bd9f 100644 --- a/.github/workflows/develop-push-gae.yaml +++ b/.github/workflows/develop-push-gae.yaml @@ -30,24 +30,6 @@ jobs: - name: Format version name id: version_name run: echo "version_name=$(echo \"${{ github.head_ref }}\" | sed 's/[_.,\/]/-/g' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV - - - name: Find Comment - uses: peter-evans/find-comment@v1 - id: fc - with: - issue-number: ${{ github.event.pull_request.number }} - comment-author: 'github-actions[bot]' - body-includes: IMPORTANT! If this PR requires updated secrets - - - name: Create or update a comment with reminder for secrets update - uses: peter-evans/create-or-update-comment@v1 - with: - comment-id: ${{ steps.fc.outputs.comment-id }} - issue-number: ${{ github.event.pull_request.number }} - body: | - :orangutan: IMPORTANT! If this PR requires updated secrets, please ensure they are updated in the `dev` environment in GCP! :orangutan: - reactions: '+1' - edit-mode: replace - name: Deploy to App Engine env: diff --git a/.github/workflows/main-pr-gae.yaml b/.github/workflows/main-pr-gae.yaml index 32aa1aa..a04181f 100644 --- a/.github/workflows/main-pr-gae.yaml +++ b/.github/workflows/main-pr-gae.yaml @@ -66,25 +66,6 @@ jobs: id: version_name run: echo "version_name=$(echo \"${{ github.head_ref }}\" | tr -cd '[:alnum:]' | tr '[:upper:]' '[:lower:]' | tr -d 'preview')" >> $GITHUB_ENV - # Create or update a comment with the secrets reminder - - name: Find Comment - uses: peter-evans/find-comment@v1 - id: fc - with: - issue-number: ${{ github.event.pull_request.number }} - comment-author: 'github-actions[bot]' - body-includes: IMPORTANT! If this PR requires updated secrets - - - name: Create or update a comment with reminder for secrets update - uses: peter-evans/create-or-update-comment@v1 - with: - comment-id: ${{ steps.fc.outputs.comment-id }} - issue-number: ${{ github.event.pull_request.number }} - body: | - :orangutan: IMPORTANT! If this PR requires updated secrets, please ensure they are updated in the `int` environment in GCP! :orangutan: - reactions: '+1' - edit-mode: replace - - name: Deploy to App Engine env: BRANCH_NAME: ${{ env.version_name }} diff --git a/.github/workflows/main-push-gae.yaml b/.github/workflows/main-push-gae.yaml index 5fc4329..ce25b11 100644 --- a/.github/workflows/main-push-gae.yaml +++ b/.github/workflows/main-push-gae.yaml @@ -31,24 +31,6 @@ jobs: id: version_name run: echo "version_name=$(echo \"${{ github.head_ref }}\" | sed 's/[_.,\/]/-/g' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV - - name: Find Comment - uses: peter-evans/find-comment@v1 - id: fc - with: - issue-number: ${{ github.event.pull_request.number }} - comment-author: 'github-actions[bot]' - body-includes: IMPORTANT! If this PR requires updated secrets - - - name: Create or update a comment with reminder for secrets update - uses: peter-evans/create-or-update-comment@v1 - with: - comment-id: ${{ steps.fc.outputs.comment-id }} - issue-number: ${{ github.event.pull_request.number }} - body: | - :orangutan: IMPORTANT! If this PR requires updated secrets, please ensure they are updated in the `int` environment in GCP! :orangutan: - reactions: '+1' - edit-mode: replace - - name: Deploy to App Engine env: BRANCH_NAME: ${{ env.version_name }}