Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Feature/add module metadata #1031

Feature/add module metadata

Feature/add module metadata #1031

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
branches:
- main
- dev
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"