diff --git a/.github/workflows/dependabot-automation.yaml b/.github/workflows/dependabot-automation.yaml deleted file mode 100644 index 1c3ded2..0000000 --- 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 f54cb6a..0000000 --- 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 857dc67..0000000 --- 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 }}