Cambio de componentes del explorer por llamada htmx #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |