Skip to content

Commit

Permalink
chore(release): 1.3.32 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.32](v1.3.31...v1.3.32) (2023-01-30)
  • Loading branch information
semantic-release-bot committed Jan 30, 2023
1 parent 0715f11 commit 055a3f0
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 1,669 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.3.32](https://github.com/bbeesley/gha-auto-dependabot-rebase/compare/v1.3.31...v1.3.32) (2023-01-30)

## [1.3.31](https://github.com/bbeesley/gha-auto-dependabot-rebase/compare/v1.3.30...v1.3.31) (2023-01-30)

## [1.3.30](https://github.com/bbeesley/gha-auto-dependabot-rebase/compare/v1.3.29...v1.3.30) (2023-01-30)
Expand Down
138 changes: 20 additions & 118 deletions dist/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14559,6 +14559,26 @@ var OrganizationMembersCanCreateRepositoriesSettingValue;
/** Members will be able to create only private repositories. */
OrganizationMembersCanCreateRepositoriesSettingValue["Private"] = "PRIVATE";
})(OrganizationMembersCanCreateRepositoriesSettingValue || (OrganizationMembersCanCreateRepositoriesSettingValue = {}));
/** The Octoshift Organization migration state. */
var OrganizationMigrationState;
(function (OrganizationMigrationState) {
/** The Octoshift migration has failed. */
OrganizationMigrationState["Failed"] = "FAILED";
/** The Octoshift migration is in progress. */
OrganizationMigrationState["InProgress"] = "IN_PROGRESS";
/** The Octoshift migration has not started. */
OrganizationMigrationState["NotStarted"] = "NOT_STARTED";
/** The Octoshift migration is performing post repository migrations. */
OrganizationMigrationState["PostRepoMigration"] = "POST_REPO_MIGRATION";
/** The Octoshift migration is performing pre repository migrations. */
OrganizationMigrationState["PreRepoMigration"] = "PRE_REPO_MIGRATION";
/** The Octoshift migration has been queued. */
OrganizationMigrationState["Queued"] = "QUEUED";
/** The Octoshift org migration is performing repository migrations. */
OrganizationMigrationState["RepoMigration"] = "REPO_MIGRATION";
/** The Octoshift migration has succeeded. */
OrganizationMigrationState["Succeeded"] = "SUCCEEDED";
})(OrganizationMigrationState || (OrganizationMigrationState = {}));
/** Properties by which organization connections can be ordered. */
var OrganizationOrderField;
(function (OrganizationOrderField) {
Expand Down Expand Up @@ -14712,116 +14732,6 @@ var ProjectColumnPurpose;
/** The column contains cards still to be worked on */
ProjectColumnPurpose["Todo"] = "TODO";
})(ProjectColumnPurpose || (ProjectColumnPurpose = {}));
/** The type of a project item. */
var ProjectItemType;
(function (ProjectItemType) {
/** Draft Issue */
ProjectItemType["DraftIssue"] = "DRAFT_ISSUE";
/** Issue */
ProjectItemType["Issue"] = "ISSUE";
/** Pull Request */
ProjectItemType["PullRequest"] = "PULL_REQUEST";
/** Redacted Item */
ProjectItemType["Redacted"] = "REDACTED";
})(ProjectItemType || (ProjectItemType = {}));
/** The type of a project next field. */
var ProjectNextFieldType;
(function (ProjectNextFieldType) {
/**
* Assignees
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Assignees"] = "ASSIGNEES";
/**
* Date
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Date"] = "DATE";
/**
* Iteration
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Iteration"] = "ITERATION";
/**
* Labels
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Labels"] = "LABELS";
/**
* Linked Pull Requests
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["LinkedPullRequests"] = "LINKED_PULL_REQUESTS";
/**
* Milestone
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Milestone"] = "MILESTONE";
/**
* Number
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Number"] = "NUMBER";
/**
* Repository
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Repository"] = "REPOSITORY";
/**
* Reviewers
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Reviewers"] = "REVIEWERS";
/**
* Single Select
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["SingleSelect"] = "SINGLE_SELECT";
/**
* Text
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Text"] = "TEXT";
/**
* Title
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Title"] = "TITLE";
/**
* Tracked by
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["TrackedBy"] = "TRACKED_BY";
/**
* Tracks
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextFieldType["Tracks"] = "TRACKS";
})(ProjectNextFieldType || (ProjectNextFieldType = {}));
/** Properties by which the return project can be ordered. */
var ProjectNextOrderField;
(function (ProjectNextOrderField) {
/**
* The project's date and time of creation
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextOrderField["CreatedAt"] = "CREATED_AT";
/**
* The project's number
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextOrderField["Number"] = "NUMBER";
/**
* The project's title
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextOrderField["Title"] = "TITLE";
/**
* The project's date and time of update
* @deprecated The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement. Removal on 2023-01-01 UTC.
*/
ProjectNextOrderField["UpdatedAt"] = "UPDATED_AT";
})(ProjectNextOrderField || (ProjectNextOrderField = {}));
/** Properties by which project connections can be ordered. */
var ProjectOrderField;
(function (ProjectOrderField) {
Expand Down Expand Up @@ -14956,14 +14866,6 @@ var ProjectV2ViewOrderField;
/** Order project v2 views by position */
ProjectV2ViewOrderField["Position"] = "POSITION";
})(ProjectV2ViewOrderField || (ProjectV2ViewOrderField = {}));
/** The layout of a project view. */
var ProjectViewLayout;
(function (ProjectViewLayout) {
/** Board layout */
ProjectViewLayout["BoardLayout"] = "BOARD_LAYOUT";
/** Table layout */
ProjectViewLayout["TableLayout"] = "TABLE_LAYOUT";
})(ProjectViewLayout || (ProjectViewLayout = {}));
/** Represents available types of methods to use when merging a pull request. */
var PullRequestMergeMethod;
(function (PullRequestMergeMethod) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gha-auto-dependabot-rebase",
"version": "1.3.31",
"version": "1.3.32",
"description": "Github Action to automatically request dependabot rebases",
"main": "dist/main.js",
"type": "module",
Expand Down
Loading

0 comments on commit 055a3f0

Please sign in to comment.