Set project board fields
I would like to be able to set status and other custom fields to issues added to a project
For example, if I'd like to set a Status = Triage and Stack = nodejs
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/zazuko/projects/23
github-token: ${{ secrets.BACKLOG_PAT }}
set:
+ Status: Triage
+ Stack: nodejs
Any progress on this?
I would support this. You have one workflow in the webUI, but you cannot differentiate between issue and pull request. You can add both there but only but them into one column/assign one status for both.
The above suggestion would be a really nice feature to have.
After going through the issues, this seems to be a duplicate of https://github.com/actions/add-to-project/issues/71
I have posted a workaround in this thread