Skip to content

[DH-301] Python script to replace bash scaffolding in CI/CD and simplify github workflows #1635

[DH-301] Python script to replace bash scaffolding in CI/CD and simplify github workflows

[DH-301] Python script to replace bash scaffolding in CI/CD and simplify github workflows #1635

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
apply-labels:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4