Skip to content

Commit

Permalink
chore: bump review action to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia committed Feb 10, 2025
1 parent d5df715 commit a5c2102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smartbear-pull-request-review-notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify slack when PR is ready for review
uses: ilia/[email protected].2
uses: ilia/[email protected].3
env:
SLACK_WEBHOOK_URL: ${{ secrets.SMARTBEAR_SLACK_WEBHOOK_URL }}
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
PULL_REQUEST_TITLE: ${{ github.event.pull_request.title }}
PULL_REQUEST_AUTHOR_NAME: ${{ github.event.pull_request.user.login }}
PULL_REQUEST_URL: ${{ github.event.pull_request.html_url }}
REPO_NAME: ${{ github.event.repository.name }}
REPO_NAME: ${{ github.event.repository.name }}

0 comments on commit a5c2102

Please sign in to comment.