Skip to content

DEVP-449: Amendments to Old Implementations intro #1479

DEVP-449: Amendments to Old Implementations intro

DEVP-449: Amendments to Old Implementations intro #1479

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- uses: TimonVS/pr-labeler-action@v5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}