Skip to content

feat: add 'good first issue' label for newcomers #10

feat: add 'good first issue' label for newcomers

feat: add 'good first issue' label for newcomers #10

Workflow file for this run

name: Label Sync
on:
push:
branches: [master]
paths:
- '.github/labels.yml'
- '.github/workflows/label-sync.yml'
workflow_dispatch:
permissions:
contents: read
issues: write
jobs:
sync:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
with:
manifest: .github/labels.yml
prune: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}