Skip to content

Commit

Permalink
Update notify-triager.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 authored Dec 9, 2024
1 parent e230dde commit 02b18ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify-triager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

- name: Get all changed files
id: changed-files
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11

- name: Check PR Changes for .md files
id: md-pr-changes
uses: tj-actions/changed-files@v45 # version 42.1.0 https://github.com/tj-actions/changed-files/releases/tag/v42.1.0
uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 # version 42.1.0 https://github.com/tj-actions/changed-files/releases/tag/v42.1.0
with:
files: |
**.md
Expand Down Expand Up @@ -97,4 +97,4 @@ jobs:
-d "{
\"reviewers\": $reviewers
}"

0 comments on commit 02b18ed

Please sign in to comment.