From d41311c78c6c3f9f4e980d288122348d035fa7f9 Mon Sep 17 00:00:00 2001 From: roll Date: Tue, 27 Jun 2023 14:35:01 +0100 Subject: [PATCH] Removed project.yaml --- .github/workflows/project.yaml | 24 ------------------------ 1 file changed, 24 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 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