Skip to content

[Support] Synchronize labels from the containers repository #539

[Support] Synchronize labels from the containers repository

[Support] Synchronize labels from the containers repository #539

Workflow file for this run

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
name: '[Support] Synchronize labels from the containers repository'
on:
workflow_dispatch:
schedule:
# Daily
- cron: '0 3 * * *'
# Remove all permissions by default
permissions: {}
jobs:
sync-labels:
runs-on: ubuntu-latest
permissions:
issues: write
# Required to read issues from bitnami/containers
contents: read
steps:
- uses: EndBug/label-sync@6953e556117ba9e34ba4338952afea24379e85bd
with:
source-repo: bitnami/containers
delete-other-labels: false
token: ${{ secrets.GITHUB_TOKEN }}