From 372171a5e47fdc82270d6735402a146539a25b12 Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Wed, 12 Aug 2026 20:29:42 +0200 Subject: [PATCH] chore: Remove 'add-to-devrel' job since it is not used anymore --- .github/workflows/add-to-devrel.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/add-to-devrel.yml diff --git a/.github/workflows/add-to-devrel.yml b/.github/workflows/add-to-devrel.yml deleted file mode 100644 index 4d0d256bb..000000000 --- a/.github/workflows/add-to-devrel.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: 'Add to DevRel Project' - -on: - issues: - types: - - opened - - reopened - pull_request_target: - types: - - opened - - reopened - -jobs: - add-to-project: - name: Add issue/PR to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v1.0.0 - with: - # add to DevRel Project #117 - project-url: https://github.com/orgs/near/projects/117 - github-token: ${{ secrets.PROJECT_GH_TOKEN }}