Skip to content

♻️ Sync Labels

♻️ Sync Labels #3

Workflow file for this run

name: ♻️ Sync Labels
on:
workflow_dispatch:
jobs:
labels:
name: ♻️ Sync labels
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v6
- name: 🚀 Run Label Sync
uses: srealmoreno/label-sync-action@v2
with:
token: ${{ secrets.JARVIS_TOKEN }}
# Apply to all repositories
auto-discover-repos: true
# Apply on org
owner: "PrestaShop"
# Clean labels not defined in the config file from the repo(s).
clean-labels: false
exclude-archived-repos: true
exclude-disabled-repos: true
exclude-forked-repos: true
exclude-private-repos: true