Skip to content

Add workflow to run tsc when a change is made to a pr branch #26

Add workflow to run tsc when a change is made to a pr branch

Add workflow to run tsc when a change is made to a pr branch #26

Workflow file for this run

# Automatically labels PRs based on the configuration file
# you are probably looking for 👉 `.github/labeler.yml`
name: Label PRs
on:
- pull_request
jobs:
triage:
runs-on: ubuntu-latest
if: github.repository_owner == 'labcatr'
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true