From 6ea08ce024b143595ee3295616f623929e6a549a Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 3 Feb 2022 11:53:26 +0300 Subject: [PATCH 1/2] Update project.yaml --- .github/workflows/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project.yaml b/.github/workflows/project.yaml index 28f12cd9e..596c68906 100644 --- a/.github/workflows/project.yaml +++ b/.github/workflows/project.yaml @@ -21,4 +21,4 @@ jobs: 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: no + status_value: Inbox From 5eb2281a23ab30b49c8ff524a394a97062aa22a8 Mon Sep 17 00:00:00 2001 From: roll Date: Mon, 21 Mar 2022 13:01:38 +0300 Subject: [PATCH 2/2] Update project.yaml --- .github/workflows/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project.yaml b/.github/workflows/project.yaml index 596c68906..f3e905ae1 100644 --- a/.github/workflows/project.yaml +++ b/.github/workflows/project.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign to project - uses: leonsteinhaeuser/project-beta-automations@v1.0.3 + uses: leonsteinhaeuser/project-beta-automations@v1.2.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 }}