Skip to content

Commit

Permalink
Create move_issue.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dirodriguezm authored Dec 7, 2022
1 parent 95ee50a commit 02987fb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/move_issue.yaml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
gh_token: ${{ secrets.ADMIN_TOKEN }}
organization: alercebroker
project_id: 14
resource_node_id: ${{ github.event.issue.node_id }}
status_value: New

0 comments on commit 02987fb

Please sign in to comment.