2021-11-19 21:14:20 -08:00
|
|
|
name: Validate PR Labeler Configuration
|
2022-05-10 17:29:50 -07:00
|
|
|
on:
|
|
|
|
push: {}
|
|
|
|
pull_request:
|
|
|
|
types:
|
|
|
|
- opened
|
|
|
|
- synchronize
|
|
|
|
- ready_for_review
|
2021-11-19 21:14:20 -08:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
pr-labeler:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2021-11-20 15:48:50 -08:00
|
|
|
- name: Checkout Repository
|
2022-03-07 19:18:05 +01:00
|
|
|
uses: actions/checkout@v3
|
2021-11-19 21:14:20 -08:00
|
|
|
- name: Validate Configuration
|
2021-11-20 18:20:05 -08:00
|
|
|
uses: Yash-Singh1/pr-labeler-config-validator@releases/v0.0.3
|
2021-11-19 21:14:20 -08:00
|
|
|
with:
|
|
|
|
configuration-path: .github/pr-labeler.yml
|