From 02987fb9f5a3db37b693d1b081ca95076460e0a1 Mon Sep 17 00:00:00 2001 From: Diego Rodriguez Date: Wed, 7 Dec 2022 16:21:17 -0300 Subject: [PATCH] Create move_issue.yaml --- .github/workflows/move_issue.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/move_issue.yaml diff --git a/.github/workflows/move_issue.yaml b/.github/workflows/move_issue.yaml new file mode 100644 index 0000000..05b5086 --- /dev/null +++ b/.github/workflows/move_issue.yaml @@ -0,0 +1,18 @@ +name: Move new issues into Backlog + +on: + issues: + types: [opened] + +jobs: + issue_opened_or_reopened: + runs-on: ubuntu-latest + steps: + - name: Move issue to New + uses: leonsteinhaeuser/project-beta-automations@v2.0.1 + with: + gh_token: ${{ secrets.ADMIN_TOKEN }} + organization: alercebroker + project_id: 14 + resource_node_id: ${{ github.event.issue.node_id }} + status_value: New