Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/terraform/hashicorp/aws-5.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rurawat12 authored Nov 5, 2024
2 parents e7bd623 + 155f65d commit 8fcd4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pull-requests: write
steps:
- name: Add size label
uses: "pascalgn/[email protected].4"
uses: "pascalgn/[email protected].5"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORED: "README.md\nLICENSE\n.gitignore\n.github/**\n"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Comment PR
if: (steps.init.outcome == 'failure' || steps.fmt.outcome == 'failure' || steps.validate.outcome == 'failure') &&
github.event_name == 'pull_request'
uses: thollander/actions-comment-pull-request@v2
uses: thollander/actions-comment-pull-request@v3
with:
pr_number: ${{ github.event.pull_request.number }}
comment_tag: test-chart
pr-number: ${{ github.event.pull_request.number }}
comment-tag: test-chart
message: |-
# :x: Terraform Linting, Formatting or Init Failed
Expand Down

0 comments on commit 8fcd4ff

Please sign in to comment.