Skip to content

chore: Update CI to use charmcraftcache (backport #331) #903

chore: Update CI to use charmcraftcache (backport #331)

chore: Update CI to use charmcraftcache (backport #331) #903

name: On Pull Request
# On pull_request, we:
# * create backport labels if it is against main, only when the PR is opened/reopened
on:
pull_request:
jobs:
populate-labels:
name: Populate labels
if: github.base_ref == 'main' && (github.event.action == 'opened' || github.event.action == 'reopened')
uses: canonical/charmed-kubeflow-workflows/.github/workflows/populate-labels.yaml@main
secrets: inherit
with:
track_file_path: ".github/automatic_backport_tracks.yaml"
label_prefix: "backport "