mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 13:57:14 +08:00
Creating a scheduled job to sync labels from the bitnami/vms
Signed-off-by: Alejandro Gómez <morona@vmware.com>
This commit is contained in:
17
.github/workflows/sync-labels.yml
vendored
Normal file
17
.github/workflows/sync-labels.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: 'Synchronize labels from the vms repository'
|
||||
on:
|
||||
schedule:
|
||||
# Daily
|
||||
- cron: '0 1 * * *'
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
sync-labels:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: EndBug/label-sync@v2
|
||||
with:
|
||||
source-repo: bitnami/vms
|
||||
delete-other-labels: false
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user