Skip to content

TASK-10510: Fix deploy by netlify plugin #237

TASK-10510: Fix deploy by netlify plugin

TASK-10510: Fix deploy by netlify plugin #237

Workflow file for this run

name: 'Label PR'
on:
pull_request:
types: [opened, reopened, ready_for_review]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: '22.x'
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'