We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bd80f commit 69570b4Copy full SHA for 69570b4
1 file changed
.github/workflows/send-crowdin-prs-to-boards.yml
@@ -19,8 +19,8 @@ jobs:
19
try {
20
await github.projects.createCard({
21
column_id: squadBoardColumnId,
22
- content_id: context.payload.issue.id,
23
- content_type: "Issue"
+ content_id: context.payload.pull_request.id,
+ content_type: "PullRequest"
24
});
25
} catch (error) {
26
console.log(error);
@@ -30,8 +30,8 @@ jobs:
30
31
32
column_id: prBoardColumnId,
33
34
35
36
37
0 commit comments