Skip to content

Commit

Permalink
fix: fixed label-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 authored and AlexKamaev committed Apr 7, 2022
1 parent 6c39a03 commit ba5b269
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name: 'Label Actions'
on:
issues:
types: [labeled, unlabeled]
pull_request:
pull_request_target:
types: [labeled, unlabeled]

jobs:
reaction:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v2
with:
github-token: ${{ github.token }}

0 comments on commit ba5b269

Please sign in to comment.