Skip to content

Desktop/custom profile image/manage profile integration #65678

Desktop/custom profile image/manage profile integration

Desktop/custom profile image/manage profile integration #65678

Workflow file for this run

name: Assign labels
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
pull-requests: write
jobs:
label:
name: Assign labels
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
sparse-checkout: |
.github
- name: set ci managed labels (automatically set and unset)
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: .github/synced-labels.yml
- name: set optional labels
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: false
configuration-path: .github/optional-labels.yml