Skip to content

docs: add example for creating an architecture defintion #3044

docs: add example for creating an architecture defintion

docs: add example for creating an architecture defintion #3044

Workflow file for this run

name: PR Labeler
permissions:
contents: read
pull-requests: write
on:
pull_request_target:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Label PR based on changes
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
with:
token: '${{ secrets.GITHUB_TOKEN }}'