Skip to content

Commit 7dfdc40

Browse files
authored
Merge branch 'main' into fix-support-banner
2 parents 4a1f549 + 47eb950 commit 7dfdc40

File tree

150 files changed

+524
-321
lines changed

Some content is hidden

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

150 files changed

+524
-321
lines changed

.github/ISSUE_TEMPLATE/improve-existing-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN I
1414
For questions, ask in Discussions: https://github.com/github/docs/discussions
1515
1616
Before you file an issue read the:
17-
- Code of Conduct: https://github.com/github/docs/blob/onboarding/CODE_OF_CONDUCT.md
18-
- Contributing guide: https://github.com/github/docs/blob/onboarding/CONTRIBUTING.md
17+
- Code of Conduct: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md
18+
- Contributing guide: https://github.com/github/docs/blob/main/CONTRIBUTING.md
1919
2020
Check to make sure someone hasn't already opened a similar issue: https://github.com/github/docs/issues
2121
-->

.github/ISSUE_TEMPLATE/improve-the-site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN I
1414
For questions, ask in Discussions: https://github.com/github/docs/discussions
1515
1616
Before you file an issue read the:
17-
- Code of Conduct: https://github.com/github/docs/blob/onboarding/CODE_OF_CONDUCT.md
18-
- Contributing guide: https://github.com/github/docs/blob/onboarding/CONTRIBUTING.md
17+
- Code of Conduct: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md
18+
- Contributing guide: https://github.com/github/docs/blob/main/CONTRIBUTING.md
1919
2020
Check to make sure someone hasn't already opened a similar issue: https://github.com/github/docs/issues
2121
-->

.github/workflows/first-responder-docs-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
first-responder-remove-pr:
5555
name: Remove PR from FR project board
56-
if: (github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed'
56+
if: github.repository == 'github/docs-internal' && (github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed'
5757
runs-on: ubuntu-latest
5858

5959
steps:

.github/workflows/repo-sync.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
repo-sync:
1818
name: Repo Sync
1919
runs-on: ubuntu-latest
20-
continue-on-error: true
2120
steps:
2221

2322
- name: Exit if repo is frozen
44.1 KB
Loading
17.3 KB
Loading
17.3 KB
Loading
46.8 KB
Loading
16.7 KB
Loading

content/actions/creating-actions/creating-a-javascript-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ From your repository, click the **Actions** tab, and select the latest workflow
267267
![A screenshot of using your action in a workflow](/assets/images/help/repository/javascript-action-workflow-run-updated.png)
268268
{% else %}
269269
![A screenshot of using your action in a workflow](/assets/images/help/repository/javascript-action-workflow-run.png)
270-
{% endif %}
270+
{% endif %}

0 commit comments

Comments
 (0)