ci: only apply labels when opening a PR

The problem with the default behavior is that it's simply too
aggressive. It will re-apply a label that a maintianer have removed
every time the PR is updated, making it impossible to manually adjust
labels that doesn't fit exactly according to the labeler rules.
This commit is contained in:
dundargoc 2023-09-22 20:11:02 +02:00
parent 995b25e19f
commit 985a8e980a

View file

@ -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: