diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index f2ca9ea..0000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Add to Project -on: - issues: - types: [opened] - pull_request: - types: [opened, ready_for_review] -permissions: - contents: read - issues: write - pull-requests: write - repository-projects: write -jobs: - add: - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v1 - with: - project-url: https://github.com/orgs/arras-labs/projects/1 - github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}