Skip to content

Adding support to validate an architecture without relying on a pattern #9

Adding support to validate an architecture without relying on a pattern

Adding support to validate an architecture without relying on a pattern #9

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Label PR based on changes
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"