Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/thollander/actions…
Browse files Browse the repository at this point in the history
…-comment-pull-request-3
  • Loading branch information
rurawat12 authored Nov 5, 2024
2 parents c5ae1b6 + 57f7553 commit 6aada9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
github.event_name == 'pull_request'
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 6aada9e

Please sign in to comment.