diff --git a/.github/workflows/dependabot-automation.yaml b/.github/workflows/dependabot-automation.yaml deleted file mode 100644 index 1c3ded297..000000000 --- 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 0472de8e5..000000000 --- a/.github/workflows/oss-project-board-add.yaml +++ /dev/null @@ -1,18 +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 cb27571ef..000000000 --- a/.github/workflows/remove-awaiting-response-label.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: "Manage Awaiting Response Label" - -on: - issue_comment: - types: [created] - -jobs: - run: - permissions: - contents: read - issues: write - pull-requests: write - uses: "anchore/workflows/.github/workflows/remove-awaiting-response-label.yaml@main" - secrets: - token: ${{ secrets.OSS_PROJECT_GH_TOKEN }}