Skip to content

🧑‍💻 (github): Update all labels to match with beluga-cloud… #2

🧑‍💻 (github): Update all labels to match with beluga-cloud…

🧑‍💻 (github): Update all labels to match with beluga-cloud… #2

name: Synchronize labels
on:
push:
branches: [main]
paths: [.github/workflows/push.repo.labels.yaml, .github/labels.yaml]
jobs:
sync:
name: Synchronize labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # renovate: tag=v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yaml
prune: true