Skip to content

Commit

Permalink
Revert "feat(GitHub): add support for 'discussion' label on issues (#…
Browse files Browse the repository at this point in the history
…5865)" (#5866)

This reverts commit c78516a.
  • Loading branch information
jordanvn authored Oct 4, 2024
1 parent c78516a commit 2f9911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
gh issue edit $ISSUE_NUMBER --repo $REPOSITORY_NAME --remove-label "pending-community-response"
- name: Add pending-maintainer-response when new community comment received
if: ${{ !contains(fromJSON('["MEMBER", "OWNER"]'), github.event.comment.author_association) && !contains(github.event.issue.labels.*.name, 'discussion') }}
if: ${{ !contains(fromJSON('["MEMBER", "OWNER"]'), github.event.comment.author_association) }}
shell: bash
run: |
gh issue edit $ISSUE_NUMBER --repo $REPOSITORY_NAME --add-label "pending-maintainer-response"
Expand Down

0 comments on commit 2f9911d

Please sign in to comment.