From b8c1ee12d4130b4b7abc410ee8bd0de367336b4d Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Fri, 10 Jul 2026 04:11:53 +0200 Subject: [PATCH] ci: remove obsolete label sync workflow --- .github/workflows/.sync-labels.yaml | 27 --------------------------- AGENTS.md | 2 +- 2 files changed, 1 insertion(+), 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 baf4231..0000000 --- a/.github/workflows/.sync-labels.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: 🔄 Sync Labels - -on: - schedule: - - cron: "0 0 * * *" # Every day at midnight - -permissions: {} - -jobs: - sync: - permissions: - contents: read - issues: write - name: Run EndBug/label-sync - runs-on: ubuntu-latest - steps: - - name: 🛡️ Harden runner - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 - with: - egress-policy: audit - - - name: 📑 Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - with: - persist-credentials: false - - name: 🔄 Sync labels - uses: devantler-tech/actions/sync-github-labels@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3 diff --git a/AGENTS.md b/AGENTS.md index 06024aa..da3b4e5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -26,7 +26,7 @@ This file is the single canonical instructions file for the repository. It is re └── validate-go-project.yaml # Reusable: Go lint, tidy, build, test, coverage, dead-code & vuln scan ``` -> Dot-prefixed internal workflows (e.g. `.create-release.yaml`, `.sync-labels.yaml`) are this repo's own caller/maintenance workflows, not reusable `workflow_call` workflows, so they are intentionally omitted from the inventory above. +> Dot-prefixed internal workflows (e.g. `.create-release.yaml`) are this repo's own caller/maintenance workflows, not reusable `workflow_call` workflows, so they are intentionally omitted from the inventory above. See [README.md](README.md) for the full catalogue of reusable workflows with usage, inputs, secrets, and outputs.