ghAutoAssignOnWIP
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://augustohp--5c01c6ba26d611f0a5b3569c3dd06744.web.val.run
Receives Project v2 items
webhook events from GitHub. When a card is moved on a Kanban board (Status
field), if it is on a specific column, assign it to the person who moved it. Useful when I move a card from To do
(no assignee) to Doing
(assigns to me), for example.
- Fork this val and edit it
- Change
wipColumnName
to whatever is the name of the column you are using asDoing
- Provide a token on
ghToken
with permissions:Repository access
to the repository(ies) holding the issues being manipulated- Organization permissions: Read access to members, Read and Write access to organization projects
- Read and write access to Issues and Pull Requests
- Change
- Create an organization webhook pointing to your new val
- Individual events:
Project v2 items
- Individual events:
Migrated from folder: GitHub/Hooks/ghAutoAssignOnWIP