From d925019c5821a2d7657cbe92e53dbbf871c775e6 Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Thu, 2 Jan 2025 13:53:23 +0330 Subject: [PATCH] chore: remove sync label --- .github/workflows/sync-labels.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/sync-labels.yaml diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml deleted file mode 100644 index d6a0c39..0000000 --- a/.github/workflows/sync-labels.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json - -name: Sync labels - -on: - workflow_call: - secrets: - GITHUB_TOKEN: - description: 'GitHub token' - required: true - -permissions: - contents: read - issues: write - -jobs: - main: - name: Sync labels - runs-on: ubuntu-latest - - steps: - - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4 - - - name: 🚀 Run Label Syncer - uses: micnncim/action-label-syncer@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}