Skip to content

GridCommands: implement column and summary commands #1599

GridCommands: implement column and summary commands

GridCommands: implement column and summary commands #1599

Workflow file for this run

name: Label PR by changed files
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}