build(deps): bump trunk-io/trunk-action from c4b725db6be710c994ff4d175efefddb3cf86b59 to 5c85d2a659ef259c7e8037eb0ed0da56a54132f0 #1391
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @format | |
--- | |
name: 🏷️ Verify PR Labels | |
on: | |
pull_request_target: | |
types: ["opened", "labeled", "unlabeled", "synchronize"] | |
workflow_dispatch: {} | |
jobs: | |
labels: | |
name: "🏷️" | |
uses: z-shell/.github/.github/workflows/pr-labels.yml@main |