diff --git a/components/github/actions/create-branch/create-branch.mjs b/components/github/actions/create-branch/create-branch.mjs index bbc856dfb06fa..3437e7f75740c 100644 --- a/components/github/actions/create-branch/create-branch.mjs +++ b/components/github/actions/create-branch/create-branch.mjs @@ -5,7 +5,7 @@ export default { key: "github-create-branch", name: "Create Branch", 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)", - version: "0.0.19", + version: "0.0.20", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/create-gist/create-gist.mjs b/components/github/actions/create-gist/create-gist.mjs index 7fb9997f10430..c53ef33147834 100644 --- a/components/github/actions/create-gist/create-gist.mjs +++ b/components/github/actions/create-gist/create-gist.mjs @@ -5,7 +5,7 @@ export default { key: "github-create-gist", name: "Create Gist", 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)", - version: "0.0.12", + version: "0.0.13", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/create-issue-comment/create-issue-comment.mjs b/components/github/actions/create-issue-comment/create-issue-comment.mjs index 11f3e3a1a2272..323f450ffb061 100644 --- a/components/github/actions/create-issue-comment/create-issue-comment.mjs +++ b/components/github/actions/create-issue-comment/create-issue-comment.mjs @@ -4,7 +4,7 @@ export default { key: "github-create-issue-comment", name: "Create Issue Comment", description: "Create a new comment in a issue. [See the documentation](https://docs.github.com/en/rest/issues/comments#create-an-issue-comment)", - version: "0.0.23", + version: "0.0.24", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/create-issue/create-issue.mjs b/components/github/actions/create-issue/create-issue.mjs index 2a96c411171d4..8cf3633768846 100644 --- a/components/github/actions/create-issue/create-issue.mjs +++ b/components/github/actions/create-issue/create-issue.mjs @@ -6,7 +6,7 @@ export default { key: "github-create-issue", name: "Create Issue", description: "Create a new issue in a GitHub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#create-an-issue)", - version: "0.3.6", + version: "0.3.7", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs b/components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs index a57a6c7399af0..a01c022e72a69 100644 --- a/components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs +++ b/components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs @@ -4,7 +4,7 @@ export default { key: "github-create-or-update-file-contents", name: "Create or Update File Contents", 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)", - version: "0.1.5", + version: "0.1.6", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/github/actions/create-pull-request/create-pull-request.mjs b/components/github/actions/create-pull-request/create-pull-request.mjs index 96a21f5b6dc23..c7c5a9d5e1e98 100644 --- a/components/github/actions/create-pull-request/create-pull-request.mjs +++ b/components/github/actions/create-pull-request/create-pull-request.mjs @@ -5,7 +5,7 @@ export default { key: "github-create-pull-request", name: "Create Pull Request", 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)", - version: "0.1.5", + version: "0.1.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/create-repository/create-repository.mjs b/components/github/actions/create-repository/create-repository.mjs index bd7d8d33e0f8b..2eabdddbe6e4c 100644 --- a/components/github/actions/create-repository/create-repository.mjs +++ b/components/github/actions/create-repository/create-repository.mjs @@ -4,7 +4,7 @@ export default { key: "github-create-repository", name: "Create Repository", 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)", - version: "0.0.18", + version: "0.0.19", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/create-workflow-dispatch/create-workflow-dispatch.mjs b/components/github/actions/create-workflow-dispatch/create-workflow-dispatch.mjs index d81d53a58e090..9bc3e1f1187b2 100644 --- a/components/github/actions/create-workflow-dispatch/create-workflow-dispatch.mjs +++ b/components/github/actions/create-workflow-dispatch/create-workflow-dispatch.mjs @@ -5,7 +5,7 @@ export default { key: "github-create-workflow-dispatch", name: "Create Workflow Dispatch", 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)", - version: "0.0.5", + version: "0.0.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/disable-workflow/disable-workflow.mjs b/components/github/actions/disable-workflow/disable-workflow.mjs index cbb1dc8fcfd4a..dfd93a8cfb08b 100644 --- a/components/github/actions/disable-workflow/disable-workflow.mjs +++ b/components/github/actions/disable-workflow/disable-workflow.mjs @@ -5,7 +5,7 @@ export default { key: "github-disable-workflow", name: "Disable Workflow", 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)", - version: "0.0.5", + version: "0.0.6", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/github/actions/enable-workflow/enable-workflow.mjs b/components/github/actions/enable-workflow/enable-workflow.mjs index 4874fc9fb56aa..e032bd842ab05 100644 --- a/components/github/actions/enable-workflow/enable-workflow.mjs +++ b/components/github/actions/enable-workflow/enable-workflow.mjs @@ -4,7 +4,7 @@ export default { key: "github-enable-workflow", name: "Enable Workflow", 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)", - version: "0.0.5", + version: "0.0.6", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/github/actions/get-commit/get-commit.mjs b/components/github/actions/get-commit/get-commit.mjs index b990d71825b60..6f3bb21e038e3 100644 --- a/components/github/actions/get-commit/get-commit.mjs +++ b/components/github/actions/get-commit/get-commit.mjs @@ -4,7 +4,7 @@ export default { key: "github-get-commit", name: "Get Commit", description: "Get a commit in a GitHub repo. [See the documentation](https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#get-a-commit)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/get-current-user/get-current-user.mjs b/components/github/actions/get-current-user/get-current-user.mjs index 45db1592a81fb..76a3b4d22fdb8 100644 --- a/components/github/actions/get-current-user/get-current-user.mjs +++ b/components/github/actions/get-current-user/get-current-user.mjs @@ -7,7 +7,7 @@ export default { key: "github-get-current-user", name: "Get Current User", description: "Gather a full snapshot of the authenticated GitHub actor, combining `/user`, `/user/orgs`, and `/user/teams`. Returns profile metadata (login, name, email, company, plan, creation timestamps) and trimmed lists of organizations and teams for quick role awareness. Helpful when you need to validate which user is calling the API, adapt behavior based on their org/team memberships, or provide LLMs with grounding before repository operations. [See the documentation](https://docs.github.com/en/rest/users/users?apiVersion=2022-11-28#get-the-authenticated-user).", - version: "0.0.1", + version: "0.0.2", type: "action", annotations: { destructiveHint: false, diff --git a/components/github/actions/get-issue-assignees/get-issue-assignees.mjs b/components/github/actions/get-issue-assignees/get-issue-assignees.mjs index 1c61405fdb09b..30b36a6f4d6de 100644 --- a/components/github/actions/get-issue-assignees/get-issue-assignees.mjs +++ b/components/github/actions/get-issue-assignees/get-issue-assignees.mjs @@ -4,7 +4,7 @@ export default { key: "github-get-issue-assignees", name: "Get Issue Assignees", description: "Get assignees for an issue in a GitHub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#get-an-issue)", - version: "0.0.24", + version: "0.0.25", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/get-repository-content/get-repository-content.mjs b/components/github/actions/get-repository-content/get-repository-content.mjs index f554136dafb51..49ba0151d8d72 100644 --- a/components/github/actions/get-repository-content/get-repository-content.mjs +++ b/components/github/actions/get-repository-content/get-repository-content.mjs @@ -4,7 +4,7 @@ export default { key: "github-get-repository-content", name: "Get Repository Content", description: "Get the content of a file or directory in a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/contents#get-repository-content)", - version: "0.1.5", + version: "0.1.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/get-repository/get-repository.mjs b/components/github/actions/get-repository/get-repository.mjs index e2b0c22644872..b7e3430fbccb1 100644 --- a/components/github/actions/get-repository/get-repository.mjs +++ b/components/github/actions/get-repository/get-repository.mjs @@ -4,7 +4,7 @@ export default { key: "github-get-repository", name: "Get Repository Info", description: "Get information for a specific repository. [See the documentation](https://docs.github.com/en/rest/repos/repos#get-a-repository)", - version: "0.0.23", + version: "0.0.24", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/get-reviewers/get-reviewers.mjs b/components/github/actions/get-reviewers/get-reviewers.mjs index 84497c954c9ac..0a3cf334c3112 100644 --- a/components/github/actions/get-reviewers/get-reviewers.mjs +++ b/components/github/actions/get-reviewers/get-reviewers.mjs @@ -6,7 +6,7 @@ export default { key: "github-get-reviewers", name: "Get Reviewers", description: "Get reviewers for a PR ([see documentation](https://docs.github.com/en/rest/pulls/reviews#list-reviews-for-a-pull-request)) or Commit SHA ([see documentation](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit)).", - version: "0.1.5", + version: "0.1.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/get-workflow-run/get-workflow-run.mjs b/components/github/actions/get-workflow-run/get-workflow-run.mjs index c37e6763d6684..30880beaf6418 100644 --- a/components/github/actions/get-workflow-run/get-workflow-run.mjs +++ b/components/github/actions/get-workflow-run/get-workflow-run.mjs @@ -4,7 +4,7 @@ export default { key: "github-get-workflow-run", name: "Get Workflow Run", description: "Gets a specific workflow run. [See the documentation](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#get-a-workflow-run)", - version: "0.0.5", + version: "0.0.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/list-commits/list-commits.mjs b/components/github/actions/list-commits/list-commits.mjs index e55854cf04c0c..c2329a8ad66fe 100644 --- a/components/github/actions/list-commits/list-commits.mjs +++ b/components/github/actions/list-commits/list-commits.mjs @@ -4,7 +4,7 @@ export default { key: "github-list-commits", name: "List Commits", description: "List commits in a GitHub repo. [See the documentation](https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#list-commits)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs b/components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs index 63cd52e6d7328..ecdc06b91ef72 100644 --- a/components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs +++ b/components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs @@ -5,7 +5,7 @@ export default { key: "github-list-gists-for-a-user", name: "List Gists for a User", description: "Lists public gists for the specified user. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#list-gists-for-a-user)", - version: "0.1.5", + version: "0.1.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/list-releases/list-releases.mjs b/components/github/actions/list-releases/list-releases.mjs index cd1717d64e9de..95e87a77c4034 100644 --- a/components/github/actions/list-releases/list-releases.mjs +++ b/components/github/actions/list-releases/list-releases.mjs @@ -4,7 +4,7 @@ export default { key: "github-list-releases", name: "List Releases", description: "List releases for a repository [See the documentation](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#list-releases)", - version: "0.0.11", + version: "0.0.12", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/list-workflow-runs/list-workflow-runs.mjs b/components/github/actions/list-workflow-runs/list-workflow-runs.mjs index 9470c2f6d4a44..a567071da53e3 100644 --- a/components/github/actions/list-workflow-runs/list-workflow-runs.mjs +++ b/components/github/actions/list-workflow-runs/list-workflow-runs.mjs @@ -4,7 +4,7 @@ export default { key: "github-list-workflow-runs", name: "List Workflow Runs", description: "List workflowRuns for a repository [See the documentation](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-repository)", - version: "0.0.5", + version: "0.0.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs b/components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs index 3e9d85138eb6b..3eaa33b61efc9 100644 --- a/components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs +++ b/components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs @@ -4,7 +4,7 @@ export default { key: "github-search-issues-and-pull-requests", name: "Search Issues and Pull Requests", description: "Find issues and pull requests by state and keyword. [See the documentation](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests)", - version: "0.2.7", + version: "0.2.8", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/star-repo/star-repo.mjs b/components/github/actions/star-repo/star-repo.mjs index 58ee102220047..01528ba3f6075 100644 --- a/components/github/actions/star-repo/star-repo.mjs +++ b/components/github/actions/star-repo/star-repo.mjs @@ -5,7 +5,7 @@ export default { key: "github-star-repo", name: "Star Repo", description: "Star a repository. [See the docs](https://docs.github.com/en/rest/activity/starring?apiVersion=2022-11-28#star-a-repository-for-the-authenticated-user) for more info.", - version: "0.0.5", + version: "0.0.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/update-gist/update-gist.mjs b/components/github/actions/update-gist/update-gist.mjs index c22ddf93c574d..5f4e3d6d5a898 100644 --- a/components/github/actions/update-gist/update-gist.mjs +++ b/components/github/actions/update-gist/update-gist.mjs @@ -6,7 +6,7 @@ export default { key: "github-update-gist", name: "Update Gist", description: "Allows you to update a gist's description and to update, delete, or rename gist files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#update-a-gist)", - version: "0.0.12", + version: "0.0.13", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/github/actions/update-issue/update-issue.mjs b/components/github/actions/update-issue/update-issue.mjs index b4968cd15e6f8..067d403c8d30e 100644 --- a/components/github/actions/update-issue/update-issue.mjs +++ b/components/github/actions/update-issue/update-issue.mjs @@ -10,7 +10,7 @@ export default { key: "github-update-issue", name: "Update Issue", description: "Update a new issue in a GitHub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#update-an-issue)", - version: "0.2.6", + version: "0.2.7", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/github/actions/update-project-v2-item-status/update-project-v2-item-status.mjs b/components/github/actions/update-project-v2-item-status/update-project-v2-item-status.mjs index a941042e35e85..4c0ee8272a3cb 100644 --- a/components/github/actions/update-project-v2-item-status/update-project-v2-item-status.mjs +++ b/components/github/actions/update-project-v2-item-status/update-project-v2-item-status.mjs @@ -4,7 +4,7 @@ export default { key: "github-update-project-v2-item-status", name: "Update Project (V2) Item Status", description: "Update the status of an item in the selected Project (V2). [See the documentation](https://docs.github.com/en/graphql/reference/mutations#updateprojectv2itemfieldvalue)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/github/actions/update-pull-request/update-pull-request.mjs b/components/github/actions/update-pull-request/update-pull-request.mjs new file mode 100644 index 0000000000000..c785ace6b47dd --- /dev/null +++ b/components/github/actions/update-pull-request/update-pull-request.mjs @@ -0,0 +1,123 @@ +import github from "../../github.app.mjs"; + +export default { + key: "github-update-pull-request", + name: "Update Pull Request", + description: "Updates an existing pull request with new title, body, state, or base branch. [See the documentation](https://docs.github.com/en/rest/pulls/pulls#update-a-pull-request)", + version: "0.0.1", + type: "action", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, + props: { + github, + repoFullname: { + propDefinition: [ + github, + "repoFullname", + ], + label: "Repository", + description: "The repository where the pull request exists.", + }, + pullNumber: { + propDefinition: [ + github, + "pullNumber", + (c) => ({ + repoFullname: c.repoFullname, + }), + ], + label: "Pull Request Number", + description: "The number of the pull request to update.", + }, + title: { + label: "Title", + description: "The title of the pull request.", + type: "string", + optional: true, + }, + body: { + label: "Body", + description: "The contents of the pull request body. Supports markdown.", + type: "string", + optional: true, + }, + state: { + label: "State", + description: "The desired state of the pull request.", + type: "string", + optional: true, + options: [ + "open", + "closed", + ], + }, + base: { + propDefinition: [ + github, + "branch", + (c) => ({ + repoFullname: c.repoFullname, + }), + ], + label: "Base Branch", + description: "The name of the branch you want your changes pulled into. This should be an existing branch on the current repository.", + optional: true, + }, + maintainerCanModify: { + label: "Maintainers Can Modify", + description: "Indicates whether [maintainers can modify](https://docs.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/) the pull request.", + type: "boolean", + optional: true, + }, + }, + async run({ $ }) { + const { + github, + repoFullname, + pullNumber, + title, + body, + state, + base, + maintainerCanModify, + } = this; + + const data = {}; + + if (title) { + data.title = title; + } + + if (body) { + data.body = body; + } + + if (state) { + data.state = state; + } + + if (base) { + // Extract branch name from the branch prop format (sha/branchname) + data.base = base.split("/")[1]; + } + + // Only include maintainer_can_modify if explicitly set to true + // This field only applies to cross-repo pull requests (from forks) + if (maintainerCanModify === true) { + data.maintainer_can_modify = maintainerCanModify; + } + + const response = await github.updatePullRequest({ + repoFullname, + pullNumber, + data, + }); + + $.export("$summary", `Successfully updated pull request with ID \`${response.id}\``); + + return response; + }, +}; diff --git a/components/github/github.app.mjs b/components/github/github.app.mjs index 0a66426779740..778fd972ba4b4 100644 --- a/components/github/github.app.mjs +++ b/components/github/github.app.mjs @@ -599,6 +599,13 @@ export default { return response.data; }, + async updatePullRequest({ + repoFullname, pullNumber, data, + }) { + const response = await this._client().request(`PATCH /repos/${repoFullname}/pulls/${pullNumber}`, data); + + return response.data; + }, async getIssue({ repoFullname, issueNumber, }) { diff --git a/components/github/package.json b/components/github/package.json index e500479f72819..6bccd6cee6194 100644 --- a/components/github/package.json +++ b/components/github/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/github", - "version": "1.8.4", + "version": "1.9.0", "description": "Pipedream GitHub Components", "main": "github.app.mjs", "keywords": [ diff --git a/components/github/sources/new-branch/new-branch.mjs b/components/github/sources/new-branch/new-branch.mjs index 9b8a92773274b..4c4dcda496439 100644 --- a/components/github/sources/new-branch/new-branch.mjs +++ b/components/github/sources/new-branch/new-branch.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-branch", name: "New Branch Created", description: "Emit new event when a branch is created.", - version: "1.0.11", + version: "1.0.12", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-card-in-column/new-card-in-column.mjs b/components/github/sources/new-card-in-column/new-card-in-column.mjs index 2ef6973b84f24..5ab0d1fed9b08 100644 --- a/components/github/sources/new-card-in-column/new-card-in-column.mjs +++ b/components/github/sources/new-card-in-column/new-card-in-column.mjs @@ -7,7 +7,7 @@ export default { key: "github-new-card-in-column", name: "New Card in Column (Classic Projects)", description: "Emit new event when a (classic) project card is created or moved to a specific column. For Projects V2 use `New Issue with Status` trigger. [More information here](https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board)", - version: "1.0.10", + version: "1.0.11", type: "source", props: { ...common.props, diff --git a/components/github/sources/new-collaborator/new-collaborator.mjs b/components/github/sources/new-collaborator/new-collaborator.mjs index 011b6126f35d3..0cbb80e40ab7f 100644 --- a/components/github/sources/new-collaborator/new-collaborator.mjs +++ b/components/github/sources/new-collaborator/new-collaborator.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-collaborator", name: "New Collaborator", description: "Emit new event when a collaborator is added", - version: "1.0.11", + version: "1.0.12", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-commit-comment/new-commit-comment.mjs b/components/github/sources/new-commit-comment/new-commit-comment.mjs index 582e0f38ab5b8..b61a3a531dfaf 100644 --- a/components/github/sources/new-commit-comment/new-commit-comment.mjs +++ b/components/github/sources/new-commit-comment/new-commit-comment.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-commit-comment", name: "New Commit Comment", description: "Emit new event when a commit comment is created", - version: "1.0.11", + version: "1.0.12", type: "source", dedupe: "unique", props: { diff --git a/components/github/sources/new-commit/new-commit.mjs b/components/github/sources/new-commit/new-commit.mjs index d9544abb26c53..0cc1256d37aae 100644 --- a/components/github/sources/new-commit/new-commit.mjs +++ b/components/github/sources/new-commit/new-commit.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-commit", name: "New Commit", description: "Emit new event when commits are pushed to a branch", - version: "1.0.12", + version: "1.0.13", type: "source", dedupe: "unique", props: { diff --git a/components/github/sources/new-discussion/new-discussion.mjs b/components/github/sources/new-discussion/new-discussion.mjs index a050fda78e4bd..499c2a34c1b6d 100644 --- a/components/github/sources/new-discussion/new-discussion.mjs +++ b/components/github/sources/new-discussion/new-discussion.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-discussion", name: "New Discussion", description: "Emit new event when a discussion is created", - version: "1.0.11", + version: "1.0.12", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-fork/new-fork.mjs b/components/github/sources/new-fork/new-fork.mjs index 56be2aafbc4fc..ed78f1ba37db9 100644 --- a/components/github/sources/new-fork/new-fork.mjs +++ b/components/github/sources/new-fork/new-fork.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-fork", name: "New Fork", description: "Emit new event when a repository is forked", - version: "1.0.11", + version: "1.0.12", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-gist/new-gist.mjs b/components/github/sources/new-gist/new-gist.mjs index 0de50c9a03dcc..4c3ce9cde2b2c 100644 --- a/components/github/sources/new-gist/new-gist.mjs +++ b/components/github/sources/new-gist/new-gist.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "github-new-gist", name: "New Gist", - description: "Emit new events when new gists are created by the authenticated user. [See the documentatoion](https://docs.github.com/en/rest/gists/gists?apiVersion=20.2.51-28#list-gists-for-the-authenticated-user)", - version: "0.2.5", + description: "Emit new events when new gists are created by the authenticated user. [See the documentatoion](https://docs.github.com/en/rest/gists/gists?apiVersion=20.2.61-28#list-gists-for-the-authenticated-user)", + version: "0.2.6", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-issue-comment/new-issue-comment.mjs b/components/github/sources/new-issue-comment/new-issue-comment.mjs index 00b887399cc32..fdf2fa3867229 100644 --- a/components/github/sources/new-issue-comment/new-issue-comment.mjs +++ b/components/github/sources/new-issue-comment/new-issue-comment.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-issue-comment", name: "New Issue Comment", description: "Emit new event when a new comment is added to an issue or pull request", - version: "0.0.3", + version: "0.0.4", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-issue-with-status/new-issue-with-status.mjs b/components/github/sources/new-issue-with-status/new-issue-with-status.mjs index 72d1b94312483..35b2267cb1df4 100644 --- a/components/github/sources/new-issue-with-status/new-issue-with-status.mjs +++ b/components/github/sources/new-issue-with-status/new-issue-with-status.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-issue-with-status", name: "Project Item Status Changed", description: "Emit new event when a project item is tagged with a specific status. Currently supports Organization Projects only. [More information here](https://docs.github.com/en/issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project)", - version: "0.1.9", + version: "0.1.10", type: "source", dedupe: "unique", props: { diff --git a/components/github/sources/new-label/new-label.mjs b/components/github/sources/new-label/new-label.mjs index c8609c8651d6c..beaa90ac6c7a0 100644 --- a/components/github/sources/new-label/new-label.mjs +++ b/components/github/sources/new-label/new-label.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-label", name: "New Label", description: "Emit new event when a new label is created", - version: "1.0.11", + version: "1.0.12", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-mention/new-mention.mjs b/components/github/sources/new-mention/new-mention.mjs index 0deed68e93bb7..85cddf5d1a395 100644 --- a/components/github/sources/new-mention/new-mention.mjs +++ b/components/github/sources/new-mention/new-mention.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "github-new-mention", name: "New Mention", - description: "Emit new event when you are @mentioned in a new commit, comment, issue or pull request. [See the documentation](https://docs.github.com/en/rest/activity/notifications?apiVersion=20.2.51-28#list-notifications-for-the-authenticated-user)", - version: "0.2.5", + description: "Emit new event when you are @mentioned in a new commit, comment, issue or pull request. [See the documentation](https://docs.github.com/en/rest/activity/notifications?apiVersion=20.2.61-28#list-notifications-for-the-authenticated-user)", + version: "0.2.6", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-notification/new-notification.mjs b/components/github/sources/new-notification/new-notification.mjs index 500f956426b64..40532fd5670d4 100644 --- a/components/github/sources/new-notification/new-notification.mjs +++ b/components/github/sources/new-notification/new-notification.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "github-new-notification", name: "New Notification", - description: "Emit new event when the authenticated user receives a new notification. [See the documentation](https://docs.github.com/en/rest/activity/notifications?apiVersion=20.2.51-28#list-notifications-for-the-authenticated-user)", - version: "0.2.5", + description: "Emit new event when the authenticated user receives a new notification. [See the documentation](https://docs.github.com/en/rest/activity/notifications?apiVersion=20.2.61-28#list-notifications-for-the-authenticated-user)", + version: "0.2.6", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-or-updated-issue/new-or-updated-issue.mjs b/components/github/sources/new-or-updated-issue/new-or-updated-issue.mjs index deef482afb201..3beb620290ef6 100644 --- a/components/github/sources/new-or-updated-issue/new-or-updated-issue.mjs +++ b/components/github/sources/new-or-updated-issue/new-or-updated-issue.mjs @@ -9,7 +9,7 @@ export default { key: "github-new-or-updated-issue", name: "New or Updated Issue", description: "Emit new events when an issue is created or updated", - version: "1.1.8", + version: "1.1.9", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-or-updated-milestone/new-or-updated-milestone.mjs b/components/github/sources/new-or-updated-milestone/new-or-updated-milestone.mjs index d381636a0a8b0..bafc933f8ba30 100644 --- a/components/github/sources/new-or-updated-milestone/new-or-updated-milestone.mjs +++ b/components/github/sources/new-or-updated-milestone/new-or-updated-milestone.mjs @@ -9,7 +9,7 @@ export default { key: "github-new-or-updated-milestone", name: "New or Updated Milestone", description: "Emit new event when a milestone is created or updated", - version: "1.1.8", + version: "1.1.9", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-or-updated-pull-request/new-or-updated-pull-request.mjs b/components/github/sources/new-or-updated-pull-request/new-or-updated-pull-request.mjs index b8b62cde7df72..82e555eac855c 100644 --- a/components/github/sources/new-or-updated-pull-request/new-or-updated-pull-request.mjs +++ b/components/github/sources/new-or-updated-pull-request/new-or-updated-pull-request.mjs @@ -9,7 +9,7 @@ export default { key: "github-new-or-updated-pull-request", name: "New or Updated Pull Request", description: "Emit new event when a pull request is opened or updated", - version: "1.2.8", + version: "1.2.9", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-organization/new-organization.mjs b/components/github/sources/new-organization/new-organization.mjs index 28e151d5d9ad3..41ea2cfbc7d23 100644 --- a/components/github/sources/new-organization/new-organization.mjs +++ b/components/github/sources/new-organization/new-organization.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "github-new-organization", name: "New Organization", - description: "Emit new event when the authenticated user is added to a new organization. [See the documentation](https://docs.github.com/en/rest/orgs/orgs?apiVersion=20.2.51-28#list-organizations-for-the-authenticated-user)", - version: "0.2.5", + description: "Emit new event when the authenticated user is added to a new organization. [See the documentation](https://docs.github.com/en/rest/orgs/orgs?apiVersion=20.2.61-28#list-organizations-for-the-authenticated-user)", + version: "0.2.6", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-release/new-release.mjs b/components/github/sources/new-release/new-release.mjs index 0dd3db3d184c9..baaed19f8f61d 100644 --- a/components/github/sources/new-release/new-release.mjs +++ b/components/github/sources/new-release/new-release.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-release", name: "New release", description: "Emit new event when a new release is created", - version: "1.0.11", + version: "1.0.12", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-repository/new-repository.mjs b/components/github/sources/new-repository/new-repository.mjs index 705bab0085168..e57d4f48728be 100644 --- a/components/github/sources/new-repository/new-repository.mjs +++ b/components/github/sources/new-repository/new-repository.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "github-new-repository", name: "New Repository", - description: "Emit new event when a new repository is created or when the authenticated user receives access. [See the documentation](https://docs.github.com/en/rest/repos/repos?apiVersion=20.2.51-28#list-repositories-for-the-authenticated-user)", - version: "0.2.5", + description: "Emit new event when a new repository is created or when the authenticated user receives access. [See the documentation](https://docs.github.com/en/rest/repos/repos?apiVersion=20.2.61-28#list-repositories-for-the-authenticated-user)", + version: "0.2.6", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-review-request/new-review-request.mjs b/components/github/sources/new-review-request/new-review-request.mjs index c78dde83d52d0..811fcf0d3ad35 100644 --- a/components/github/sources/new-review-request/new-review-request.mjs +++ b/components/github/sources/new-review-request/new-review-request.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "github-new-review-request", name: "New Review Request", - description: "Emit new event for new review request notifications. [See the documentation](https://docs.github.com/en/rest/activity/notifications?apiVersion=20.2.51-28#list-notifications-for-the-authenticated-user)", - version: "0.2.5", + description: "Emit new event for new review request notifications. [See the documentation](https://docs.github.com/en/rest/activity/notifications?apiVersion=20.2.61-28#list-notifications-for-the-authenticated-user)", + version: "0.2.6", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-security-alert/new-security-alert.mjs b/components/github/sources/new-security-alert/new-security-alert.mjs index 50bf3f7fd1e97..4173e0e9a583a 100644 --- a/components/github/sources/new-security-alert/new-security-alert.mjs +++ b/components/github/sources/new-security-alert/new-security-alert.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "github-new-security-alert", name: "New Security Alert", - description: "Emit new event for security alert notifications. [See the documentation](https://docs.github.com/en/rest/activity/notifications?apiVersion=20.2.51-28#list-notifications-for-the-authenticated-user)", - version: "0.2.5", + description: "Emit new event for security alert notifications. [See the documentation](https://docs.github.com/en/rest/activity/notifications?apiVersion=20.2.61-28#list-notifications-for-the-authenticated-user)", + version: "0.2.6", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-star-by-user/new-star-by-user.mjs b/components/github/sources/new-star-by-user/new-star-by-user.mjs index efd077181c77d..44784b6d639ef 100644 --- a/components/github/sources/new-star-by-user/new-star-by-user.mjs +++ b/components/github/sources/new-star-by-user/new-star-by-user.mjs @@ -5,7 +5,7 @@ export default { key: "github-new-star-by-user", name: "New Star By User", description: "Emit new events when the specified user stars a repository. [See the documentation](https://docs.github.com/en/rest/activity/starring?apiVersion=2022-11-28#list-repositories-starred-by-a-user)", - version: "0.0.10", + version: "0.0.11", type: "source", dedupe: "unique", props: { diff --git a/components/github/sources/new-star/new-star.mjs b/components/github/sources/new-star/new-star.mjs index cc8dbf1621e1b..7157058b336d1 100644 --- a/components/github/sources/new-star/new-star.mjs +++ b/components/github/sources/new-star/new-star.mjs @@ -8,7 +8,7 @@ export default { key: "github-new-star", name: "New Stars", description: "Emit new event when a repository is starred", - version: "1.0.11", + version: "1.0.12", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-team/new-team.mjs b/components/github/sources/new-team/new-team.mjs index 9d3d1c11b4795..255c94e9c5e64 100644 --- a/components/github/sources/new-team/new-team.mjs +++ b/components/github/sources/new-team/new-team.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "github-new-team", name: "New Team", - description: "Emit new event when the authenticated user is added to a new team. [See the documentation](https://docs.github.com/en/rest/teams/teams?apiVersion=20.2.51-28#list-teams-for-the-authenticated-user)", - version: "0.2.5", + description: "Emit new event when the authenticated user is added to a new team. [See the documentation](https://docs.github.com/en/rest/teams/teams?apiVersion=20.2.61-28#list-teams-for-the-authenticated-user)", + version: "0.2.6", type: "source", dedupe: "unique", methods: { diff --git a/components/github/sources/new-workflow-job-completed/new-workflow-job-completed.mjs b/components/github/sources/new-workflow-job-completed/new-workflow-job-completed.mjs index 4e036405a1707..a4a864a1c9679 100644 --- a/components/github/sources/new-workflow-job-completed/new-workflow-job-completed.mjs +++ b/components/github/sources/new-workflow-job-completed/new-workflow-job-completed.mjs @@ -7,7 +7,7 @@ export default { name: "New Workflow Job Completed (Instant)", description: "Emit new event when a job in a workflow is completed, regardless of whether the job was successful or unsuccessful.", type: "source", - version: "0.0.5", + version: "0.0.6", dedupe: "unique", methods: { ...common.methods, diff --git a/components/github/sources/new-workflow-run-completed/new-workflow-run-completed.mjs b/components/github/sources/new-workflow-run-completed/new-workflow-run-completed.mjs index 48f56d6e96ac8..4cc445ca87b97 100644 --- a/components/github/sources/new-workflow-run-completed/new-workflow-run-completed.mjs +++ b/components/github/sources/new-workflow-run-completed/new-workflow-run-completed.mjs @@ -7,7 +7,7 @@ export default { name: "New Workflow Run Completed (Instant)", description: "Emit new event when a GitHub Actions workflow run completes", type: "source", - version: "0.0.5", + version: "0.0.6", dedupe: "unique", methods: { ...common.methods, diff --git a/components/github/sources/webhook-events/webhook-events.mjs b/components/github/sources/webhook-events/webhook-events.mjs index 0e507204eac9c..d4df4b2153021 100644 --- a/components/github/sources/webhook-events/webhook-events.mjs +++ b/components/github/sources/webhook-events/webhook-events.mjs @@ -8,7 +8,7 @@ export default { name: "New Webhook Event (Instant)", description: "Emit new event for each selected event type", type: "source", - version: "1.0.12", + version: "1.0.13", dedupe: "unique", props: { docsInfo: {