mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
Merge pull request #408 from dundargoc/ci/label
ci: only apply labels when opening a PR
This commit is contained in:
commit
1bf3fbd149
1 changed files with 3 additions and 1 deletions
4
.github/workflows/label.yml
vendored
4
.github/workflows/label.yml
vendored
|
|
@ -8,7 +8,9 @@
|
|||
# For inspiration see: https://github.com/NixOS/nixpkgs/blob/master/.github/workflows/labels.yml
|
||||
|
||||
name: Labeler
|
||||
on: [pull_request_target]
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue