Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #36212

Merged
merged 3 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To draft a new release and publish the action to {% data variables.product.prodn
> [!NOTE]
> The "Publish" checkbox is disabled if the account that owns the repository has not yet accepted the {% data variables.product.prodname_marketplace %} Developer Agreement. If you own the repository or are an organization owner, click the link to "accept the GitHub Marketplace Developer Agreement", then accept the agreement. If there is no link, send the organization owner a link to this "Release Action" page and ask them to accept the agreement.

1. If the labels in your metadata file contain any problems, you will see an error message. Address them by updating your metadata file. Once complete, you will see an "Everything looks good!" message.
1. If the labels in your metadata file contain any problems, you will see an error message or a warning message. Address them by updating your metadata file. Once complete, you will see an "Everything looks good!" message.
1. Select the **Primary Category** dropdown menu and click a category that will help people find your action in {% data variables.product.prodname_marketplace %}.
1. Optionally, select the **Another Category** dropdown menu and click a secondary category.
1. In the tag field, type a version for your action. This helps people know what changes or features the release includes. People will see the version in the action's dedicated {% data variables.product.prodname_marketplace %} page.
Expand Down
2 changes: 1 addition & 1 deletion src/events/components/experiments/experiments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const EXPERIMENTS = {
percentOfUsersToGetExperiment: 0, // 10% of users will get the experiment
includeVariationInContext: true, // All events will include the `experiment_variation` of the `ai_search_experiment`
limitToLanguages: ['en'], // Only users with the `en` language will be included in the experiment
alwaysShowForStaff: true, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
alwaysShowForStaff: false, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
},
/* Add new experiments here, example:
'example_experiment': {
Expand Down
6 changes: 3 additions & 3 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput {
}

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
type MaxFileSizeParameters {
"""
Expand All @@ -21516,7 +21516,7 @@ type MaxFileSizeParameters {
}

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
input MaxFileSizeParametersInput {
"""
Expand Down Expand Up @@ -48655,7 +48655,7 @@ enum RepositoryRuleType {
MAX_FILE_PATH_LENGTH

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
MAX_FILE_SIZE

Expand Down
6 changes: 3 additions & 3 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32713,7 +32713,7 @@
"kind": "objects",
"id": "maxfilesizeparameters",
"href": "/graphql/reference/objects#maxfilesizeparameters",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"fields": [
{
"name": "maxFileSize",
Expand Down Expand Up @@ -88797,7 +88797,7 @@
},
{
"name": "MAX_FILE_SIZE",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>"
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>"
},
{
"name": "MAX_REF_UPDATES",
Expand Down Expand Up @@ -99992,7 +99992,7 @@
"kind": "inputObjects",
"id": "maxfilesizeparametersinput",
"href": "/graphql/reference/input-objects#maxfilesizeparametersinput",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"inputFields": [
{
"name": "maxFileSize",
Expand Down
6 changes: 3 additions & 3 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -21506,7 +21506,7 @@ input MaxFilePathLengthParametersInput {
}

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
type MaxFileSizeParameters {
"""
Expand All @@ -21516,7 +21516,7 @@ type MaxFileSizeParameters {
}

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
input MaxFileSizeParametersInput {
"""
Expand Down Expand Up @@ -48655,7 +48655,7 @@ enum RepositoryRuleType {
MAX_FILE_PATH_LENGTH

"""
Prevent commits that exceed a specified file size limit from being pushed to the commit.
Prevent commits that exceed a specified file size limit from being pushed to the commit graph.
"""
MAX_FILE_SIZE

Expand Down
6 changes: 3 additions & 3 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32713,7 +32713,7 @@
"kind": "objects",
"id": "maxfilesizeparameters",
"href": "/graphql/reference/objects#maxfilesizeparameters",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"fields": [
{
"name": "maxFileSize",
Expand Down Expand Up @@ -88797,7 +88797,7 @@
},
{
"name": "MAX_FILE_SIZE",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>"
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>"
},
{
"name": "MAX_REF_UPDATES",
Expand Down Expand Up @@ -99992,7 +99992,7 @@
"kind": "inputObjects",
"id": "maxfilesizeparametersinput",
"href": "/graphql/reference/input-objects#maxfilesizeparametersinput",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit.</p>",
"description": "<p>Prevent commits that exceed a specified file size limit from being pushed to the commit graph.</p>",
"inputFields": [
{
"name": "maxFileSize",
Expand Down
Loading