You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I assign somebody to issue in Onboarding/Ready to take, the issue should move to In Progress column.
The workflow should look like:
name: Move Assigned Issue to In Progresson:
issues:
types: [assigned]jobs:
move:
name: Moveruns-on: ubuntu-lateststeps:
- name: Move issue to In Progress# Some way to move issue
Note, that we are using Project (beta) (also Project V2), and not old classic projects. So many solutions from Google/ChatGPT will not work.
Create a new your own repo.
Create a project V2 there with New and In Progress columns.
Add workflow.
Create some task and put it to New.
Assign yourself to In Progress
Check that everything works in GitHub Actions and project view.
Create PR to Slow Reader.
Use secrets.PROJECTS_MOVE with token, but explain in PR what permissions this token need. We are using new fine-tuning tokens, not classic.
The text was updated successfully, but these errors were encountered:
We need a little automation to GitHub Projects.
When I assign somebody to issue in
Onboarding
/Ready to take
, the issue should move toIn Progress
column.The workflow should look like:
Note, that we are using
Project (beta)
(also Project V2), and not old classic projects. So many solutions from Google/ChatGPT will not work.New
andIn Progress
columns.New
.In Progress
secrets.PROJECTS_MOVE
with token, but explain in PR what permissions this token need. We are using newfine-tuning
tokens, not classic.The text was updated successfully, but these errors were encountered: