Skip to content

Commit

Permalink
removed commentFeedback
Browse files Browse the repository at this point in the history
  • Loading branch information
melihc1 authored May 18, 2022
1 parent f15558e commit fed5aa3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,3 @@ jobs:
- name: Run Local Examples
if: github.ref == 'refs/heads/main' || env.GITHUB_REF_SLUG == 'integration' # Only run on main/integration, as these take a long time
run: ${{github.workspace}}/bin/run_local_examples.sh
commentFeedback:
runs-on: ubuntu-latest
needs: [check_comments_test, TFLint, TFValidate, Checks, ProvidersAWS, ProvidersGCP, ProvidersLinode, ProvidersDigitalocean, ProvidersAzure, ProvidersLocal]
steps:
- name: Add reaction on success
uses: peter-evans/create-or-update-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
reaction-type: hooray

0 comments on commit fed5aa3

Please sign in to comment.