Skip to content

fix(procedures): gdpr fix wording & api call with mock #34990

fix(procedures): gdpr fix wording & api call with mock

fix(procedures): gdpr fix wording & api call with mock #34990

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/branch-name-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}