diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml deleted file mode 100644 index a9e5362d..00000000 --- a/.github/workflows/add-to-project.yaml +++ /dev/null @@ -1,10 +0,0 @@ -on: - pull_request: - types: [opened] - issues: - types: [opened] - -jobs: - add-to-project: - uses: standard/.github/.github/workflows/add-to-project.yaml@master - secrets: inherit