diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml deleted file mode 100644 index 2e24acc..0000000 --- a/.github/workflows/label-sync.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Sync labels -on: - # Allows you to call this workflow from other workflows - workflow_call: - secrets: - NPM_TOKEN: - required: false - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - - # Schedule this to run every 24 hours - schedule: - - cron: '0 0 * * *' - -permissions: - contents: read - -jobs: - labels: - runs-on: ubuntu-latest - - permissions: - issues: write - - steps: - - uses: EndBug/label-sync@v2 - with: - config-file: https://raw.githubusercontent.com/eviden-parallel/.github/main/.github/labels.yml - delete-other-labels: true