Skip to content

Instantly share code, notes, and snippets.

View juanppdev's full-sized avatar
🖥️
https://fomtal.tk/

Juan Pablo Patino Lopez juanppdev

🖥️
https://fomtal.tk/
View GitHub Profile
@juanppdev
juanppdev / Move issue to assigned "In Progress"
Last active January 2, 2025 09:40
Github Actions with projects
name: Mover issue asignado a 'In Progress'
on:
issues:
types:
- assigned
jobs:
issue_opened_or_reopened:
name: issue_opened_or_reopened
runs-on: ubuntu-latest
steps: