Skip to content

Commit

Permalink
👷 Add PR checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Sep 15, 2024
1 parent 54e1d58 commit 61805f4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR label

# yamllint disable-line rule:truthy
on:
pull_request_target:
types:
- opened
- labeled
- unlabeled
- synchronize

jobs:
workflows:
uses: Poeschl-HomeAssistant-Addons/workflows/.github/workflows/pr-labels.yaml@main
14 changes: 14 additions & 0 deletions .github/workflows/pr-title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR title

# yamllint disable-line rule:truthy
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize

jobs:
workflows:
uses: Poeschl-HomeAssistant-Addons/workflows/.github/workflows/pr-title.yaml@main

0 comments on commit 61805f4

Please sign in to comment.