chore: switch to issue node ID
proposed fix for update-project-column
This commit is contained in:
parent
ba2d8db413
commit
3b61266eed
2
.github/workflows/project-assign-issue.yml
vendored
2
.github/workflows/project-assign-issue.yml
vendored
@ -15,6 +15,6 @@ jobs:
|
|||||||
github_token: ${{ secrets.GHPROJECT_TOKEN }}
|
github_token: ${{ secrets.GHPROJECT_TOKEN }}
|
||||||
organization: webrecorder
|
organization: webrecorder
|
||||||
project_number: 9
|
project_number: 9
|
||||||
content_id: ${{ github.event.issue.id }}
|
content_id: ${{ github.event.issue.node_id }}
|
||||||
field: Status
|
field: Status
|
||||||
value: Todo
|
value: Todo
|
||||||
|
Loading…
Reference in New Issue
Block a user