mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
5f3bb4aeeb
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
366 B
YAML
14 lines
366 B
YAML
name: Validate PR Labeler Configuration
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
pr-labeler:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Repository
|
|
uses: actions/checkout@v3
|
|
- name: Validate Configuration
|
|
uses: Yash-Singh1/pr-labeler-config-validator@releases/v0.0.3
|
|
with:
|
|
configuration-path: .github/pr-labeler.yml
|