Skip to content

Labels

Labels #115

Workflow file for this run

---
name: Labels
on:
# For downstream repos, we want to run this on a schedule
# so that updates propagate automatically. Weekly is probably
# enough.
schedule:
- cron: 20 0 * * 0
push:
branches:
- main
paths:
- .github/labels.yml
permissions:
issues: write
jobs:
sync-labels:
name: Synchronise labels
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Synchronize labels
uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2.3.3
with:
config-file: |-
https://raw.githubusercontent.com/pact-foundation/.github/refs/heads/master/.github/labels.yml
.github/labels.yml