Skip to content

Transform to minimal ObjectStack plugin starter template #21

Transform to minimal ObjectStack plugin starter template

Transform to minimal ObjectStack plugin starter template #21

Workflow file for this run

name: Auto Label
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Label based on changed files
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml