Skip to content

Commit 2da020f

Browse files
committed
[ACTION] Github - Update a Pull Request
1 parent 7ba3f2b commit 2da020f

File tree

56 files changed

+192
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+192
-62
lines changed

components/github/actions/create-branch/create-branch.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "github-create-branch",
66
name: "Create Branch",
77
description: "Create a new branch in a GitHub repo. [See the documentation](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference)",
8-
version: "0.0.19",
8+
version: "0.0.20",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/github/actions/create-gist/create-gist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "github-create-gist",
66
name: "Create Gist",
77
description: "Allows you to add a new gist with one or more files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist)",
8-
version: "0.0.12",
8+
version: "0.0.13",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/github/actions/create-issue-comment/create-issue-comment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-create-issue-comment",
55
name: "Create Issue Comment",
66
description: "Create a new comment in a issue. [See the documentation](https://docs.github.com/en/rest/issues/comments#create-an-issue-comment)",
7-
version: "0.0.23",
7+
version: "0.0.24",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/github/actions/create-issue/create-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "github-create-issue",
77
name: "Create Issue",
88
description: "Create a new issue in a GitHub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#create-an-issue)",
9-
version: "0.3.6",
9+
version: "0.3.7",
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,

components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-create-or-update-file-contents",
55
name: "Create or Update File Contents",
66
description: "Create or update a file in a repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents)",
7-
version: "0.1.5",
7+
version: "0.1.6",
88
annotations: {
99
destructiveHint: true,
1010
openWorldHint: true,

components/github/actions/create-pull-request/create-pull-request.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "github-create-pull-request",
66
name: "Create Pull Request",
77
description: "Creates a new pull request for a specified repository. [See the documentation](https://docs.github.com/en/rest/pulls/pulls#create-a-pull-request)",
8-
version: "0.1.5",
8+
version: "0.1.6",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/github/actions/create-repository/create-repository.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-create-repository",
55
name: "Create Repository",
66
description: "Creates a new repository for the authenticated user. [See the documentation](https://docs.github.com/en/rest/repos/repos#create-a-repository-for-the-authenticated-user)",
7-
version: "0.0.18",
7+
version: "0.0.19",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/github/actions/create-workflow-dispatch/create-workflow-dispatch.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "github-create-workflow-dispatch",
66
name: "Create Workflow Dispatch",
77
description: "Creates a new workflow dispatch event. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event)",
8-
version: "0.0.5",
8+
version: "0.0.6",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/github/actions/disable-workflow/disable-workflow.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "github-disable-workflow",
66
name: "Disable Workflow",
77
description: "Disables a workflow and sets the **state** of the workflow to **disabled_manually**. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#disable-a-workflow)",
8-
version: "0.0.5",
8+
version: "0.0.6",
99
annotations: {
1010
destructiveHint: true,
1111
openWorldHint: true,

components/github/actions/enable-workflow/enable-workflow.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "github-enable-workflow",
55
name: "Enable Workflow",
66
description: "Enables a workflow and sets the **state** of the workflow to **active**. [See the documentation](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#enable-a-workflow)",
7-
version: "0.0.5",
7+
version: "0.0.6",
88
annotations: {
99
destructiveHint: true,
1010
openWorldHint: true,

0 commit comments

Comments
 (0)