Skip to content

Commit dd7dc0e

Browse files
authored
Merge branch 'main' into mc-dependabot-advisory-db
2 parents a7c9288 + 82c625d commit dd7dc0e

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/why-wasnt-my-application-for-a-student-developer-pack-approved.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ versions:
1919

2020
### Unclear academic affiliation documents
2121

22-
If the image you uploaded doesn't clearly identify your current academic status, we require further proof of your academic status. {% data reusables.education.upload-proof-reapply %}
22+
If the dates or schedule mentioned in your uploaded image do not match our eligibility criteria, we require further proof of your academic status.
23+
24+
If the image you uploaded doesn't clearly identify your current academic status or if the uploaded image is blurry, we require further proof of your academic status. {% data reusables.education.upload-proof-reapply %}
2325

2426
{% data reusables.education.pdf-support %}
2527

@@ -58,6 +60,7 @@ For more information, see:
5860

5961
You're ineligible for a {% data variables.product.prodname_student_pack %} if:
6062
- You're enrolled in an informal learning program that is not part of the [{% data variables.product.prodname_dotcom %} Campus Program](https://education.github.com/schools) and not enrolled in a degree or diploma granting course of study.
63+
- You're pursuing a degree which will be terminated in the current academic session.
6164
- You're under 13 years old.
6265

6366
Your instructor may still apply for a {% data variables.product.prodname_education %} discount for classroom use. If you're a student at a coding school or bootcamp, you will become eligible for a {% data variables.product.prodname_student_pack %} if your school joins the [{% data variables.product.prodname_dotcom %} Campus Program](https://education.github.com/schools).

data/reusables/dependabot/supported-package-managers.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ Elm | `elm` | v0.18, v0.19 | **✓** | |
1515
git submodule | `gitsubmodule` | N/A (no version) | **** | |
1616
GitHub Actions | `github-actions` | N/A (no version) | **** | |
1717
Go modules | `gomod` | v1 | **** | **** |
18-
Gradle | `gradle` | see (A) below | **** | |
19-
Maven | `maven` | see (B) below | **** | |
18+
Gradle | `gradle` | N/A (no version)<sup>[1]</sup> | **** | |
19+
Maven | `maven` | N/A (no version)<sup>[2]</sup> | **** | |
2020
npm | `npm` | v6, v7 | **** | |
21-
NuGet | `nuget` | <= 4.8.</br>see (C) below | **** | |
21+
NuGet | `nuget` | <= 4.8<sup>[3]</sup> | **** | |
2222
pip | `pip` | v20 | | |
2323
pipenv | `pip` | <= 2018.11.26 | | |
2424
pip-compile | `pip` | 5.5.0 | | |
2525
poetry | `pip` | v1 | | |
2626
Terraform | `terraform` | <= 0.11 | **** | |
2727
yarn | `npm` | v1 | **** | |
2828

29-
(A) {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle` and `build.gradle.kts` (for Kotlin projects).
29+
[1] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle` and `build.gradle.kts` (for Kotlin projects).
3030

31-
(B) {% data variables.product.prodname_dependabot %} doesn't run Maven but supports updates to `pom.xml` files.
31+
[2] {% data variables.product.prodname_dependabot %} doesn't run Maven but supports updates to `pom.xml` files.
3232

33-
(C) {% data variables.product.prodname_dependabot %} doesn't run the NuGet CLI but does support most features up until version 4.8.
33+
[3] {% data variables.product.prodname_dependabot %} doesn't run the NuGet CLI but does support most features up until version 4.8.
3434

3535
For package managers such as `pipenv` and `poetry`, you need to use the `pip` YAML value. For example, if you use `poetry` to manage your Python dependencies and want {% data variables.product.prodname_dependabot %} to monitor your dependency manifest file for new versions, use `package-ecosystem: "pip"` in your *dependabot.yml* file.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Activity related to an issue. {% data reusables.webhooks.action_type_desc %} For more information, see the "[labels](/rest/reference/issues#labels)" REST API.
1+
Activity related to a label. {% data reusables.webhooks.action_type_desc %} For more information, see the "[labels](/rest/reference/issues#labels)" REST API.

script/rest/update-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function getDereferencedFiles () {
5959

6060
console.log(`\n🏃‍♀️🏃🏃‍♀️Running \`bin/openapi bundle\` in branch '${githubBranch}' of your github/github checkout to generate the dereferenced OpenAPI schema files.\n`)
6161
try {
62-
execSync(`${path.join(githubRepoDir, 'bin/openapi')} bundle ${tempDocsDir}`, { stdio: 'inherit' })
62+
execSync(`${path.join(githubRepoDir, 'bin/openapi')} bundle -o ${tempDocsDir}`, { stdio: 'inherit' })
6363
} catch (error) {
6464
console.error(error)
6565
console.log('🛑 Whoops! It looks like the `bin/openapi bundle` command failed to run in your `github/github` repository checkout. To troubleshoot, ensure that your OpenAPI schema YAML is formatted correctly. A CI test runs on your `github/github` PR that flags malformed YAML. You can check the PR diff view for comments left by the openapi CI test to find and fix any formatting errors.')

0 commit comments

Comments
 (0)