From af8b10d3be603d8419e4b94c6c180086fa0d0934 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Mon, 4 May 2026 14:26:42 -0400 Subject: [PATCH] chore: remove common workflows Removes deprecated common workflows now centralized elsewhere. Signed-off-by: Alex Goodman --- .github/workflows/dependabot-automation.yaml | 10 ---------- .github/workflows/oss-project-board-add.yaml | 19 ------------------- .../remove-awaiting-response-label.yaml | 15 --------------- 3 files changed, 44 deletions(-) delete mode 100644 .github/workflows/dependabot-automation.yaml delete mode 100644 .github/workflows/oss-project-board-add.yaml delete mode 100644 .github/workflows/remove-awaiting-response-label.yaml diff --git a/.github/workflows/dependabot-automation.yaml b/.github/workflows/dependabot-automation.yaml deleted file mode 100644 index 1c3ded29..00000000 --- a/.github/workflows/dependabot-automation.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: Dependabot Automation -on: - pull_request: - -permissions: - pull-requests: write - -jobs: - run: - uses: anchore/workflows/.github/workflows/dependabot-automation.yaml@main diff --git a/.github/workflows/oss-project-board-add.yaml b/.github/workflows/oss-project-board-add.yaml deleted file mode 100644 index f54cb6a0..00000000 --- a/.github/workflows/oss-project-board-add.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Add to OSS board - -permissions: - contents: read - -on: - issues: - types: - - opened - - reopened - - transferred - - labeled - -jobs: - - run: - uses: "anchore/workflows/.github/workflows/oss-project-board-add.yaml@main" - secrets: - token: ${{ secrets.OSS_PROJECT_GH_TOKEN }} diff --git a/.github/workflows/remove-awaiting-response-label.yaml b/.github/workflows/remove-awaiting-response-label.yaml deleted file mode 100644 index 857dc677..00000000 --- a/.github/workflows/remove-awaiting-response-label.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: "Manage Awaiting Response Label" - -on: - issue_comment: - types: [created] - -permissions: - issues: write - pull-requests: write - -jobs: - run: - uses: "anchore/workflows/.github/workflows/remove-awaiting-response-label.yaml@main" - secrets: - token: ${{ secrets.OSS_PROJECT_GH_TOKEN }}