From c605285d126a3a237bff0810c9b78ac1f289e9e7 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Fri, 17 Jan 2025 14:13:15 +0100 Subject: [PATCH] chore: remove individual repo project tracking (#140) --- .github/workflows/project.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/project.yaml diff --git a/.github/workflows/project.yaml b/.github/workflows/project.yaml deleted file mode 100644 index 863440d..0000000 --- a/.github/workflows/project.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Add PRs and Issues to Project - -on: - issues: - types: - - opened - pull_request: - types: - - opened - -jobs: - add-to-project: - name: Add to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v1.0.2 - with: - project-url: https://github.com/orgs/n0-computer/projects/1 - github-token: ${{ secrets.PROJECT_PAT }} \ No newline at end of file