From 0104342c12ddcdabb7564e1589e248c183a54d0e Mon Sep 17 00:00:00 2001 From: Aabishkar KC Date: Fri, 1 Sep 2023 13:48:20 -0400 Subject: [PATCH] Update issues workflow --- .github/workflows/issues.yml | 14 +++++++++----- README.md | 4 +++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 0a47670..f4ac3c7 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -9,8 +9,8 @@ name: Issues workflow # - sets status as 'Done' when an item is closed # This workflow complements the built in workflow and -# - moves labeled issues labeled to 'Backlog' column the project -# - moves issues labeled as 'tracked' to 'Todo' column the project +# - moves any labeled issues to 'Backlog' column in the project +# - moves issues labeled as 'tracked' to 'Todo' column in the project on: issues: @@ -23,10 +23,10 @@ env: project_id: 3 jobs: - issue_labeled: - name: issue labeled + issue_labeled_any: + name: Move any labeled issue runs-on: ubuntu-latest - if: github.event_name == 'issues' && github.event.action == 'labeled' + if: github.event.label.name != 'Tracked' steps: - name: Move issue to Backlog uses: leonsteinhaeuser/project-beta-automations@v2.0.0 @@ -36,6 +36,10 @@ jobs: project_id: ${{ env.project_id }} resource_node_id: ${{ github.event.issue.node_id }} status_value: Backlog + issue_labeled_as_tracked: + name: Move issue labeled as 'Tracked' + runs-on: ubuntu-latest + steps: - name: Move issue to Todo if: github.event.label.name == 'Tracked' uses: leonsteinhaeuser/project-beta-automations@v2.1.0 diff --git a/README.md b/README.md index f227c08..bb8ad48 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # DynamoWishlist +![GitHub issues](https://img.shields.io/github/issues/DynamoDS/DynamoWishlist) ![GitHub closed issues](https://img.shields.io/github/issues-closed/DynamoDS/DynamoWishlist) + ![Image](resources/images/dynamo_logo_light.png) [Dynamo](https://github.com/DynamoDS/Dynamo) is a visual programming tool that aims to be accessible to both non-programmers and programmers alike. It gives users the ability to visually script behavior, define custom pieces of logic, and script using various textual programming languages. This repository is to collect all of the **Wishlist** items for Dynamo Core. Please submit them under the [issues tab](https://github.com/DynamoDS/DynamoWishlist/issues) and they will form part of the discussion around Dynamo's future state and where it's headed! -Please feel free to submit as many as you like and the more information you can submit with them the better! You can track the status the issues in the [DynamoWishlist Project board](https://github.com/orgs/DynamoDS/projects/3) +Please feel free to submit as many as you like and the more information you can submit with them the better! You can track the status of the issues in the [DynamoWishlist Project board](https://github.com/orgs/DynamoDS/projects/3) ## Get Dynamo