Add checks

This commit is contained in:
nnandan-postman
2026-04-09 11:28:33 -07:00
parent 709f9310e7
commit 697228d123
8 changed files with 479 additions and 0 deletions

18
.github/workflows/pr-labeler.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: PR Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label PR
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml