Skip to content

strict construct testing #72

strict construct testing

strict construct testing #72

Workflow file for this run

name: Automatic labeler
permissions: write-all
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
labeler:
name: A generic PR labeler
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
timeout-minutes: 8
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true