Skip to content

build: update eslint & tsconfig #34

build: update eslint & tsconfig

build: update eslint & tsconfig #34

Workflow file for this run

# this auto labels PRs based on the configuration file
# have a look at ./github/labeler.yml`
name: PR
on:
- pull_request_target
jobs:
label-triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.repository_owner == 'ashgw'
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true