Skip to content

Add image to README

Add image to README #9

Workflow file for this run

---
name: Sync Labels
on:
pull_request_target
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Sync Labels
uses: ./
env:
GH_TOKEN: ${{ github.token }}