Skip to content

Merge pull request #179 from 24ik/bug #87

Merge pull request #179 from 24ik/bug

Merge pull request #179 from 24ik/bug #87

Workflow file for this run

name: Setup Repository Labels
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
repo-label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}