Skip to content

CaseContact validates usage and spec changes - case contact form prep #8369

CaseContact validates usage and spec changes - case contact form prep

CaseContact validates usage and spec changes - case contact form prep #8369

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# See ../labeler.yml for mapping of files and labels
# See https://github.com/actions/labeler for more details on the action
name: filetype labeler
on:
- pull_request_target
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"