Skip to content

Commit

Permalink
Run PR labeler on new PRs only
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennonka committed Jan 30, 2025
1 parent e3395ae commit 5a89cca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
# Requires a .github/labeler.yml file with configuration.
# For more information, see https://github.com/actions/labeler

name: Labeler
on: [pull_request_target]
name: "PR Labeler"
on:
pull_request_target:
types:
- opened

jobs:
label:
Expand Down

0 comments on commit 5a89cca

Please sign in to comment.