github / github/update-project-action

"Item not found with ID" with IDs in issue assigned event payload

オープン
#55 コメント 1 件 リアクション 1 件 担当者 1 名 @Copilot に割り当て済み GitHub で見る
主要言語
TypeScript
スター
34
フォーク
19
PR マージ指標
30日以内にマージされた PR はありません

説明

When using the issue `assigned` trigger, neither setting `content_id` to `github.event.issue.node_id` or `github.event.issue.id` works. Both results in a `Item not found with ID` error.

Workflow config:
```yml
name: Update assigned issues in Webrecorder Projects

on:
issues:
types: [assigned]

jobs:
update-project-column:
runs-on: ubuntu-latest
steps:
- name: Update status
id: update_status
uses: github/update-project-action@v2
with:
github_token: ${{ secrets.ACTIONS_TOKEN }}
organization: webrecorder
project_number: 9
content_id: ${{ github.event.issue.node_id }}
field: Status
value: Todo
```

Also tried setting `content_id: ${{ github.event.issue.id }}`

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。