@@ -4,6 +4,7 @@ about: Create a report to help us improve
title: ""
labels:
- "type: bug"
+ - "waiting-on-developer"
assignees: ''
---
@@ -4,6 +4,7 @@ about: Suggest an idea for this project
title: ''
- "type: feature-request"
@@ -4,6 +4,7 @@ about: Need some help? Got an error message?
- "type: support"
@@ -28,7 +28,7 @@ jobs:
const developers = ["jamesread"]
const commenterIsDeveloper = developers.includes(commentAuthor);
- const commentorIsUser = !commenterIsDeveloper;
+ const commenterIsUser = !commenterIsDeveloper;
const issueLabels = context.payload.issue.labels.map(label => label.name);