diff --git a/.github/workflows/project.yaml b/.github/workflows/project.yaml deleted file mode 100644 index 24c38d56e..000000000 --- a/.github/workflows/project.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: project - -on: - issues: - types: - - opened - - reopened - pull_request: - types: - - opened - - reopened - -jobs: - project-assign: - runs-on: ubuntu-latest - steps: - - name: Assign to project - uses: leonsteinhaeuser/project-beta-automations@v2.0.1 - with: - gh_token: ${{ secrets.PROJECT_TOKEN }} - resource_node_id: ${{ github.event_name == 'issues' && github.event.issue.node_id || github.event.pull_request.node_id }} - organization: frictionlessdata - project_id: 16 - status_value: Inbox