Skip to content

Commit

Permalink
Merge pull request #143 from zowe/update-comment-action
Browse files Browse the repository at this point in the history
Use maintained label action
  • Loading branch information
awharn authored Feb 5, 2024
2 parents 64b5500 + ca40766 commit 23c3784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Process Label Action
uses: hramos/respond-to-issue-based-on-label@v2
uses: dessant/label-actions@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/label-actions.yml'
github-token: ${{ secrets.GITHUB_TOKEN }}
config-path: '.github/label-actions.yml'

0 comments on commit 23c3784

Please sign in to comment.