From 3ce1a4aac1dd730ae0e4aeff82a710e515f18639 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:43:24 -0400 Subject: [PATCH] remove pr automation until service account creation (#1080) --- .github/workflows/pr.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/pr.yaml diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml deleted file mode 100644 index f2ec0d1c1..000000000 --- a/.github/workflows/pr.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Uses https://github.com/actions/add-to-project example to add PR to Anchore OSS project -name: Add pr to OSS project - -on: - pull_request: - types: - - opened - -jobs: - add-to-project: - name: Add pr to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@main - with: - project-url: https://github.com/orgs/anchore/projects/22 - github-token: ${{ secrets.CI_WRITE_GITHUB_TOKEN }}