Skip to content

close: wrap new del template in ns10 page and improved regex for existing del template #180

close: wrap new del template in ns10 page and improved regex for existing del template

close: wrap new del template in ns10 page and improved regex for existing del template #180

Workflow file for this run

name: "PR Labeler"
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
configuration-path: ".github/labels.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true