diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 37d9ef6761..70fba804e0 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -23,7 +23,5 @@ jobs: - name: Add to Project uses: dsanders11/project-actions/add-item@2134fe7cc71c58b7ae259c82a8e63c6058255678 # v1.7.0 with: - field: Opened - field-value: ${{ github.event.pull_request.created_at || github.event.issue.created_at }} project-number: 89 token: ${{ steps.generate-token.outputs.token }}