Skip to content

Commit 9f9e132

Browse files
authored
repo sync
2 parents a32c2d3 + a5b46f7 commit 9f9e132

12 files changed

Lines changed: 66 additions & 21 deletions
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Send Crowdin PRs to boards
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
8+
jobs:
9+
triage:
10+
if: github.repository == 'github/docs-internal' && github.event.pull_request.head.ref == 'translations'
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/github-script@626af12fe9a53dc2972b48385e7fe7dec79145c9
14+
with:
15+
github-token: ${{ secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES }}
16+
script: |
17+
var squadBoardColumnId = 13447153; // Add to the team backlog/squad board
18+
19+
try {
20+
await github.projects.createCard({
21+
column_id: squadBoardColumnId,
22+
content_id: context.payload.issue.id,
23+
content_type: "Issue"
24+
});
25+
} catch (error) {
26+
console.log(error);
27+
}
28+
29+
var prBoardColumnId = 10095775; // Add to the pull requests board
30+
try {
31+
await github.projects.createCard({
32+
column_id: prBoardColumnId,
33+
content_id: context.payload.issue.id,
34+
content_type: "Issue"
35+
});
36+
} catch (error) {
37+
console.log(error);
38+
}
62.3 KB
Loading
59.6 KB
Loading
6.14 KB
Loading
-46.4 KB
Loading

content/developers/github-marketplace/about-marketplace-badges.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,24 @@ versions:
99

1010
### For GitHub Apps
1111

12-
Apps with the {% octicon "verified" aria-label="The verified badge" %}, are owned by an organization that has:
13-
- Confirmed their domain
12+
Certain apps on the {% data variables.product.prodname_marketplace %} have the {% octicon "verified" aria-label="The verified badge" %} badge and a tooltip that says "Publisher domain and email verified". This means that the app is owned by an organization that has:
13+
14+
- Verified ownership of their domain and has a verified badge on their profile
1415
- Confirmed their email address so {% data variables.product.prodname_dotcom %} Support can reach the organization
1516
- Required two-factor authentication for their organization. For more information, see "[Requiring two-factor authentication in your organization](/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization)."
1617

17-
![Marketplace badge for GitHub Apps](/assets/images/marketplace/apps-with-verified-publisher-badge.png)
18+
![Marketplace badge for GitHub Apps](/assets/images/marketplace/apps-with-verified-publisher-badge-tooltip.png)
19+
20+
{% note %}
21+
{% data variables.product.prodname_dotcom %} does not analyze the app. The marketplace badge {% octicon "verified" aria-label="The verified badge" %} only confirms that the publisher meets the requirements listed above.
22+
{% endnote %}
1823

1924
To learn how you can add this badge to your app, see "[Applying for publisher verification for your organization](/developers/github-marketplace/applying-for-publisher-verification-for-your-organization)."
2025

26+
Some apps on the {% data variables.product.prodname_marketplace %} have the {% octicon "verified" aria-label="The verified badge" %} badge and a tooltip that says "App meets the requirements for listing" instead of, "Publisher domain and email verified." This means that the app meets the listing requirements described in "[Requirements for listing an app](/developers/github-marketplace/requirements-for-listing-an-app)," but the publisher has not been verified, as described in "[Applying for publisher verification for your organization](/developers/github-marketplace/applying-for-publisher-verification-for-your-organization)". Apps with this badge cannot change their pricing plan until the publisher successfully applies for verification.
27+
28+
![Marketplace badge for GitHub Apps](/assets/images/marketplace/apps-with-unverified-publisher-badge-tooltip.png)
29+
2130
For more information about the requirements for listing an app on {% data variables.product.prodname_marketplace %}, see "[Requirements for listing an app on {% data variables.product.prodname_marketplace %}](/marketplace/getting-started/requirements-for-listing-an-app-on-github-marketplace/)."
2231

2332
For information on finding apps to use, see "[Searching {% data variables.product.prodname_marketplace %}](/github/searching-for-information-on-github/searching-github-marketplace)."
@@ -29,15 +38,3 @@ Actions with the {% octicon "verified" aria-label="The verified badge" %}, or v
2938
![Verified creator badge for GitHub Actions](/assets/images/marketplace/verified-creator-badge-for-actions.png)
3039

3140
For information on how to publish a GitHub action to {% data variables.product.prodname_marketplace %}, see "[Publishing actions in GitHub Marketplace](/actions/creating-actions/publishing-actions-in-github-marketplace)."
32-
33-
### About the previous verification process for apps
34-
35-
In addition to the verified creator badge, you'll also see badges for unverified and verified apps. These apps were published using the old method for verifying individual apps.
36-
37-
![Green verified and grey unverified badge](/assets/images/marketplace/marketplace_verified_badges.png)
38-
39-
{% note %}
40-
41-
**Note:** The new publisher verification process for apps replaces the previous process where individual apps were verified. The new publisher verification process is similar to the verification process for actions. If you have apps that were verified under the old process, these will not be affected by the changes. The {% data variables.product.prodname_marketplace %} team will contact you with details of how to migrate to organization-based verification.
42-
43-
{% endnote %}

content/developers/github-marketplace/applying-for-publisher-verification-for-your-organization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ To offer paid plans for your app, the app must be owned by an organization and y
2525
1. Under "Publisher Verification", complete the information in the checklist:
2626
- Ensure that your basic profile information is present and accurate. Also, make sure that you've included the best email address for support and updates from {% data variables.product.company_short %}.
2727
- Ensure that Two-factor authentication is enabled for your organization. For more information, see "[Requiring two-factor authentication in your organization](/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization)."
28-
- Submit a verified domain. For related information, see "[Verifying your organization's domain](/github/setting-up-and-managing-organizations-and-teams/verifying-your-organizations-domain)."
28+
- Submit a verified domain and ensure that a "Verified" badge displays on your organization's profile page. For related information, see "[Verifying your organization's domain](/github/setting-up-and-managing-organizations-and-teams/verifying-your-organizations-domain)."
2929

3030
![Publisher Verification checklist](/assets/images/marketplace/publisher-verification-checklist.png)
3131

32-
1. Click **Request Verification**. {% data variables.product.company_short %} will review your details and let you know once your publisher verification is complete.
32+
2. Click **Request Verification**. {% data variables.product.company_short %} will review your details and let you know once your publisher verification is complete.
3333

3434
### Further reading
3535

content/developers/github-marketplace/pricing-plans-for-github-marketplace-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ topics:
1212

1313

1414

15-
{% data variables.product.prodname_marketplace %} pricing plans can be free, flat rate, or per-unit. Prices are set, displayed, and processed in US dollars. Paid plans are restricted to verified listings.
15+
{% data variables.product.prodname_marketplace %} pricing plans can be free, flat rate, or per-unit. Prices are set, displayed, and processed in US dollars. Paid plans are restricted to apps published by verified publishers. For more information about becoming a verified publisher, see "[Applying for publisher verification for your organization](/developers/github-marketplace/applying-for-publisher-verification-for-your-organization)."
1616

1717
Customers purchase your app using a payment method attached to their {% data variables.product.product_name %} account, without having to leave {% data variables.product.prodname_dotcom_the_website %}. You don't have to write code to perform billing transactions, but you will have to handle events from the {% data variables.product.prodname_marketplace %} API. For more information, see "[Using the {% data variables.product.prodname_marketplace %} API in your app](/developers/github-marketplace/using-the-github-marketplace-api-in-your-app)."
1818

content/developers/github-marketplace/setting-pricing-plans-for-your-listing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ If your app is already published with a paid plan and you're a verified publishe
2929

3030
![Publish this plan button](/assets/images/marketplace/publish-this-plan-button.png)
3131

32+
If your app is already published with a paid plan and but you are not a verified publisher, then you can cannot publish a new paid plan until you are a verified publisher. For more information about becoming a verified publisher, see "[Applying for publisher verification for your organization](/developers/github-marketplace/applying-for-publisher-verification-for-your-organization)."
33+
3234
### About saving pricing plans
3335

3436
You can save pricing plans in a draft or published state. If you haven't submitted your {% data variables.product.prodname_marketplace %} listing for approval, a published plan will function in the same way as a draft plan until your listing is approved and shown on {% data variables.product.prodname_marketplace %}. Draft plans allow you to create and save new pricing plans without making them available on your {% data variables.product.prodname_marketplace %} listing page. Once you publish a pricing plan on a published listing, it's available for customers to purchase immediately. You can publish up to 10 pricing plans.
@@ -79,3 +81,5 @@ Once you remove a pricing plan, users won't be able to purchase your app using t
7981
You can disable GitHub Marketplace free trials without retiring the pricing plan, but this prevents you from initiating future free trials for that plan. If you choose to disable free trials for a pricing plan, users already signed up can complete their free trial.
8082

8183
After retiring a pricing plan, you can create a new pricing plan with the same name as the removed pricing plan. For instance, if you have a "Pro" pricing plan but need to change the flat rate price, you can remove the "Pro" pricing plan and create a new "Pro" pricing plan with an updated price. Users will be able to purchase the new pricing plan immediately.
84+
85+
If you are not a verified publisher, then you cannot change a pricing plan for your app. For more information about becoming a verified publisher, see "[Applying for publisher verification for your organization](/developers/github-marketplace/applying-for-publisher-verification-for-your-organization)."

content/education/manage-coursework-with-github-classroom/create-a-group-assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you've already created a group assignment for the classroom, you can reuse a
8484

8585
#### Choosing a template repository
8686

87-
By default, a new assignment will create an empty repository for each team that a student creates. {% data reusables.classroom.you-can-choose-a-template-repository %} For more information about template repositories, see "[Creating a template repository](/github/creating-cloning-and-archiving-repositories/creating-a-template-repository)."
87+
By default, a new assignment will create an empty repository for each team that a student creates. {% data reusables.classroom.you-can-choose-a-template-repository %}
8888

8989
{% data reusables.classroom.assignments-guide-choose-template-repository %}
9090

0 commit comments

Comments
 (0)