Skip to content

Ensure the repo list is included in backups #5072

Ensure the repo list is included in backups

Ensure the repo list is included in backups #5072

Workflow file for this run

name: Auto Labeler - PRs
on:
pull_request_target:
permissions:
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Apply Type Label
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: "" # this is a temporary workaround, see #4844