diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index b4aafb74a30..5c96364096e 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -3,8 +3,6 @@ name: Issue Labeled on: issues: types: [labeled] - pull_request: - types: [labeled] permissions: contents: read @@ -42,7 +40,7 @@ jobs: with: actions: 'create-comment' token: ${{ secrets.GITHUB_TOKEN }} - issue-number: ${{ github.event.issue.number || github.event.pull_request.number }} + issue-number: ${{ github.event.issue.number }} body: | More information is needed to find a solution. A runnable StackBlitz example and additional details would be helpful.