Skip to content

Commit

Permalink
Update newPrComment.yml (#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Oct 16, 2023
1 parent 44b0216 commit 044b0c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/newPrComment.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: New PR comment

on: issue_comment

jobs:
Expand All @@ -7,12 +9,12 @@ jobs:
if: |
github.repository == 'ioBroker/ioBroker.repositories' &&
${{ github.event.issue.pull_request }} &&
!${{ github.event.issue_comment.user.login }} === 'mcm1957'
${{ github.event.comment.user.login }} != 'mcm1957'
runs-on: ubuntu-latest

steps:
- run: echo user ${{github.event.issue_comment.user.login}}
- run: echo user ${{github.event.comment.user.login}}
- uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit 044b0c6

Please sign in to comment.