Merge pull request #408 from dundargoc/ci/label

ci: only apply labels when opening a PR
This commit is contained in:
Christina Sørensen 2023-09-23 05:27:27 +02:00 committed by GitHub
commit 1bf3fbd149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: