Skip to content

Merge branch 'main' of https://github.com/sullivanpj/open-system #1

Merge branch 'main' of https://github.com/sullivanpj/open-system

Merge branch 'main' of https://github.com/sullivanpj/open-system #1

Workflow file for this run

---
name: Sync labels
on:
push:
branches:
- main
paths:
- .github/labels.yml
jobs:
labels:
name: ♻️ Sync labels
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2
- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@v1.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}