Skip to content

Commit

Permalink
chore(release): 1.3.52 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.52](v1.3.51...v1.3.52) (2023-02-14)
  • Loading branch information
semantic-release-bot committed Feb 14, 2023
1 parent cb5601d commit 37d6638
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 5 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.52](https://github.com/bbeesley/gha-auto-dependabot-rebase/compare/v1.3.51...v1.3.52) (2023-02-14)

## [1.3.51](https://github.com/bbeesley/gha-auto-dependabot-rebase/compare/v1.3.50...v1.3.51) (2023-02-13)

## [1.3.50](https://github.com/bbeesley/gha-auto-dependabot-rebase/compare/v1.3.49...v1.3.50) (2023-02-13)
Expand Down
12 changes: 12 additions & 0 deletions dist/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14876,6 +14876,18 @@ var ProjectV2ViewOrderField;
/** Order project v2 views by position */
ProjectV2ViewOrderField["Position"] = "POSITION";
})(ProjectV2ViewOrderField || (ProjectV2ViewOrderField = {}));
/** Properties by which project workflows can be ordered. */
var ProjectV2WorkflowsOrderField;
(function (ProjectV2WorkflowsOrderField) {
/** The workflows' date and time of creation */
ProjectV2WorkflowsOrderField["CreatedAt"] = "CREATED_AT";
/** The workflows' name */
ProjectV2WorkflowsOrderField["Name"] = "NAME";
/** The workflows' number */
ProjectV2WorkflowsOrderField["Number"] = "NUMBER";
/** The workflows' date and time of update */
ProjectV2WorkflowsOrderField["UpdatedAt"] = "UPDATED_AT";
})(ProjectV2WorkflowsOrderField || (ProjectV2WorkflowsOrderField = {}));
/** 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.51",
"version": "1.3.52",
"description": "Github Action to automatically request dependabot rebases",
"main": "dist/main.js",
"type": "module",
Expand Down
Loading

0 comments on commit 37d6638

Please sign in to comment.