Skip to content

Commit 109fff3

Browse files
adds comment only if the issue is created by a bot
1 parent 830b062 commit 109fff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conference.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
steps:
6060
- name: Add comment to the issue
6161
uses: actions/github-script@v6
62+
if: ${{ github.event.issue.user.type != 'User' }} #adds comment only if the issue is created by a bot
6263
with:
6364
github-token: ${{ secrets.GITHUB_TOKEN }}
6465
script: |

0 commit comments

Comments
 (0)