Skip to content

build(deps): bump actions/setup-dotnet from 3 to 4 #6

build(deps): bump actions/setup-dotnet from 3 to 4

build(deps): bump actions/setup-dotnet from 3 to 4 #6

Workflow file for this run

name: "Labeler"
on:
pull_request_target:
jobs:
Apply-Label:
name: "Apply Label"
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
steps:
- name: Label PR
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true