Skip to content

Commit

Permalink
ci: fix missing local config for labeller
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo authored Sep 13, 2024
1 parent f623e83 commit 46885ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Pull Request Labeler"
name: "Label PR"

on:
- pull_request_target
Expand All @@ -10,4 +10,5 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/checkout@v4
- uses: actions/labeler@v5

0 comments on commit 46885ee

Please sign in to comment.