[bitnami/containers] Delete sync-labels.yml (#37363)

This workflow is not needed, it is syncing the labels with the same source and destination.

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2023-06-12 15:21:24 +02:00
committed by GitHub
parent 221a2ebb6e
commit 016f83a1c4

View File

@@ -1,18 +0,0 @@
name: '[Support] Synchronize labels from the containers repository'
on:
schedule:
# Daily
- cron: '0 3 * * *'
# Remove all permissions by default
permissions: {}
jobs:
sync-labels:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: EndBug/label-sync@v2
with:
source-repo: bitnami/containers
delete-other-labels: false
token: ${{ secrets.GITHUB_TOKEN }}