refactor: enhancement and documenting

This commit is contained in:
2025-01-04 08:48:18 +03:30
parent c032870efb
commit 166fa43a55
6 changed files with 32 additions and 28 deletions

View File

@@ -1,11 +1,13 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Sync labels
# Required permission on the caller workflow
# permissions:
# contents: read
# issues: write
on:
workflow_call:
secrets:
GITHUB_TOKEN:
description: 'GitHub token'
required: true
jobs:
main: