Skip to content

๐Ÿ”„ synced local '.github/' with remote 'github/' (#155) #2

๐Ÿ”„ synced local '.github/' with remote 'github/' (#155)

๐Ÿ”„ synced local '.github/' with remote 'github/' (#155) #2

Workflow file for this run

---
name: Sync labels
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
paths:
- .github/labels.yml
workflow_dispatch:
jobs:
labels:
name: โ™ป๏ธ Sync labels
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: โคต๏ธ Check out code from GitHub
uses: actions/checkout@v3.5.3
- name: ๐Ÿš€ Run Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}