Skip to content

Commit

Permalink
Update issue-labeled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan authored Dec 16, 2024
1 parent 8d25a0e commit bbd4e01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Issue Labeled
on:
issues:
types: [labeled]
pull_request:
types: [labeled]

permissions:
contents: read
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit bbd4e01

Please sign in to comment.