Skip to content

Commit dbe5e66

Browse files
authored
Merge branch 'main' into 4079-mandatory-message
2 parents 3f3d20f + 3f91da3 commit dbe5e66

127 files changed

Lines changed: 856 additions & 503 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/send-crowdin-prs-to-boards.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
try {
2020
await github.projects.createCard({
2121
column_id: squadBoardColumnId,
22-
content_id: context.payload.issue.id,
23-
content_type: "Issue"
22+
content_id: context.payload.pull_request.id,
23+
content_type: "PullRequest"
2424
});
2525
} catch (error) {
2626
console.log(error);
@@ -30,8 +30,8 @@ jobs:
3030
try {
3131
await github.projects.createCard({
3232
column_id: prBoardColumnId,
33-
content_id: context.payload.issue.id,
34-
content_type: "Issue"
33+
content_id: context.payload.pull_request.id,
34+
content_type: "PullRequest"
3535
});
3636
} catch (error) {
3737
console.log(error);
18.1 KB
Loading
13.6 KB
Loading
4.94 KB
Loading
12.7 KB
Loading
15.2 KB
Loading
43.9 KB
Loading
72 KB
Loading
16.7 KB
Loading

content/actions/guides/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ includeGuides:
4242
- /actions/guides/building-and-testing-java-with-maven
4343
- /actions/guides/building-and-testing-java-with-gradle
4444
- /actions/guides/building-and-testing-java-with-ant
45+
- /actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development
4546
- /actions/guides/publishing-nodejs-packages
4647
- /actions/guides/publishing-java-packages-with-maven
4748
- /actions/guides/publishing-java-packages-with-gradle
@@ -81,6 +82,7 @@ includeGuides:
8182
<!-- {% link_in_list /building-and-testing-java-with-maven %} -->
8283
<!-- {% link_in_list /building-and-testing-java-with-gradle %} -->
8384
<!-- {% link_in_list /building-and-testing-java-with-ant %} -->
85+
<!-- {% link_in_list /installing-an-apple-certificate-on-macos-runners-for-xcode-development %} -->
8486
<!-- {% link_in_list /about-packaging-with-github-actions %} -->
8587
<!-- {% link_in_list /publishing-nodejs-packages %} -->
8688
<!-- {% link_in_list /publishing-java-packages-with-maven %} -->

0 commit comments

Comments
 (0)