From c1b7e998497b258858a93b16362740335b949c6b Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Thu, 6 Nov 2025 09:48:17 -0600 Subject: [PATCH] Spell "GitHub" and "ID" correctly --- .../new-trigger---event-source.md | 2 +- CONTRIBUTING.md | 6 ++--- components/github/README.md | 22 +++++++++---------- .../actions/create-branch/create-branch.mjs | 4 ++-- .../actions/create-issue/create-issue.mjs | 4 ++-- .../github/actions/get-commit/get-commit.mjs | 4 ++-- .../get-issue-assignees.mjs | 4 ++-- .../actions/list-commits/list-commits.mjs | 4 ++-- .../actions/update-issue/update-issue.mjs | 4 ++-- .../update-project-v2-item-status.mjs | 2 +- components/github/github.app.mjs | 2 +- components/github/package.json | 4 ++-- .../new-issue-with-status.mjs | 2 +- .../new-workflow-job-completed.mjs | 2 +- .../new-workflow-run-completed.mjs | 6 ++--- .../sources/webhook-events/webhook-events.mjs | 2 +- components/hacker_news/README.md | 2 +- .../create-employee/create-employee.mjs | 6 ++--- .../update-employee/update-employee.mjs | 22 +++++++++---------- components/talenthr/package.json | 2 +- components/talenthr/talenthr.app.mjs | 18 +++++++-------- components/wakatime/README.md | 2 +- components/zoom/README.md | 4 ++-- 23 files changed, 65 insertions(+), 65 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-trigger---event-source.md b/.github/ISSUE_TEMPLATE/new-trigger---event-source.md index 3bf42727d9de6..fbd8d6740297c 100644 --- a/.github/ISSUE_TEMPLATE/new-trigger---event-source.md +++ b/.github/ISSUE_TEMPLATE/new-trigger---event-source.md @@ -1,7 +1,7 @@ --- name: New Trigger / Event Source about: Need to run a workflow on a specific event, like every time a new PR is opened - on Github? Request it here! + on GitHub? Request it here! title: "[TRIGGER]" labels: enhancement, good first issue, help wanted, trigger / source assignees: '' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62d0869268cb9..83a6dda7a737f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Our hope is that by providing a generous free tier, you will not only get value ## Follow, Star & Subscribe -[Follow us](https://twitter.com/pipedream) on Twitter, [star](https://github.com/PipedreamHQ/pipedream) our Github repo and [subscribe](https://www.youtube.com/pipedreamhq) to our YouTube channel. +[Follow us](https://twitter.com/pipedream) on Twitter, [star](https://github.com/PipedreamHQ/pipedream) our GitHub repo and [subscribe](https://www.youtube.com/pipedreamhq) to our YouTube channel. ## Recommend Us! @@ -28,7 +28,7 @@ Found an issue? [Report it](https://pipedream.com/community/c/bugs/9) ## Submit & Vote On Feature Requests -Help us build an amazing product! Submit [feature requests](https://pipedream.com/community/c/feature-requests/7) in our community forum, or [browse existing requests](https://github.com/PipedreamHQ/pipedream/issues) on Github and vote for the features want us to add! +Help us build an amazing product! Submit [feature requests](https://pipedream.com/community/c/feature-requests/7) in our community forum, or [browse existing requests](https://github.com/PipedreamHQ/pipedream/issues) on GitHub and vote for the features want us to add! ## Request Apps @@ -52,7 +52,7 @@ Develop components without leaving your browser with the Pipedream Gitpod worksp [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/PipedreamHQ/pipedream) -1. Fork the official [Pipedream Github Repository](https://github.com/PipedreamHQ/pipedream) +1. Fork the official [Pipedream GitHub repository](https://github.com/PipedreamHQ/pipedream) 2. Add your PD API key to your [Gitpod Variables](https://gitpod.io/variables) as `PD_API_KEY` 3. Open a new Gitpod Workspace with your fork: `https://gitpod.io/#https://github.com//pipedream` 4. Run `pd init app` to scaffold a new app, or make changes to an exisiting one in the `components` directory diff --git a/components/github/README.md b/components/github/README.md index e35fe21d8ba4e..1740d8b3c7e9f 100644 --- a/components/github/README.md +++ b/components/github/README.md @@ -2,9 +2,9 @@ The GitHub API is a powerful gateway to interaction with GitHub's vast web of data and services, offering a suite of endpoints to manipulate and retrieve information on repositories, pull requests, issues, and more. Harnessing this API on Pipedream, you can orchestrate automated workflows that respond to events in real-time, manage repository data, streamline collaborative processes, and connect GitHub with other services for a more integrated development lifecycle. -# Github API Integration Platform +# GitHub API Integration Platform -### Connect Github to 2,200+ apps, remarkably fast. +### Connect GitHub to 2,200+ apps, remarkably fast. --- @@ -49,7 +49,7 @@ Workflows are a sequence of linear [steps](https://pipedream.com/docs/workflows/

-## Github API Event Sources ([explore](https://pipedream.com/apps/github)) +## GitHub API Event Sources ([explore](https://pipedream.com/apps/github)) [Event Sources](https://pipedream.com/docs/sources/) watch for new data from services like GitHub, Slack, Airtable, RSS and [more](https://pipedream.com/apps). When a source finds a new event, it emits it, triggering any linked workflows. @@ -99,26 +99,26 @@ export default { You can find the code for all pre-built sources in [the `components` directory](https://github.com/PipedreamHQ/pipedream/tree/master/components). If you find a bug or want to contribute a feature, [see our contribution guide](https://pipedream.com/docs/components/guidelines/#process). -## Github API Actions ([explore](https://pipedream.com/apps/github)) +## GitHub API Actions ([explore](https://pipedream.com/apps/github)) [Actions](https://pipedream.com/docs/components/actions/) are pre-built code steps that you can use in a workflow to perform common operations across Pipedream's 2,000+ API integrations. For example, you can use actions to send email, add a row to a Google Sheet, [and more](https://pipedream.com/apps). -- [Create Issue](https://pipedream.com/new?h=eyJuIjoiQ3JlYXRlIElzc3VlIHdpdGggdGhlIEdpdEh1YiBBUEkiLCJ2IjoyLCJ0IjpbXSwicyI6W3sia2V5IjoiZ2l0aHViLWNyZWF0ZS1pc3N1ZSJ9XSwiYyI6e319) - Create a new issue in a Gihub repo. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/create-issue/create-issue.mjs)) +- [Create Issue](https://pipedream.com/new?h=eyJuIjoiQ3JlYXRlIElzc3VlIHdpdGggdGhlIEdpdEh1YiBBUEkiLCJ2IjoyLCJ0IjpbXSwicyI6W3sia2V5IjoiZ2l0aHViLWNyZWF0ZS1pc3N1ZSJ9XSwiYyI6e319) - Create a new issue in a GitHub repo. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/create-issue/create-issue.mjs)) - [Search Issues and Pull Requests](https://pipedream.com/new?h=eyJuIjoiU2VhcmNoIElzc3VlcyBhbmQgUHVsbCBSZXF1ZXN0cyB3aXRoIHRoZSBHaXRIdWIgQVBJIiwidiI6MiwidCI6W10sInMiOlt7ImtleSI6ImdpdGh1Yi1zZWFyY2gtaXNzdWVzLWFuZC1wdWxsLXJlcXVlc3RzIn1dLCJjIjp7fX0) - Find issues and pull requests by state and keyword. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/search-issues-and-pull-requests/search-issues-and-pull-requests.mjs)) -- [Create Branch](https://pipedream.com/new?h=eyJuIjoiQ3JlYXRlIEJyYW5jaCB3aXRoIHRoZSBHaXRIdWIgQVBJIiwidiI6MiwidCI6W10sInMiOlt7ImtleSI6ImdpdGh1Yi1jcmVhdGUtYnJhbmNoIn1dLCJjIjp7fX0) - Create a new branch in a Github repo. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/create-branch/create-branch.mjs)) +- [Create Branch](https://pipedream.com/new?h=eyJuIjoiQ3JlYXRlIEJyYW5jaCB3aXRoIHRoZSBHaXRIdWIgQVBJIiwidiI6MiwidCI6W10sInMiOlt7ImtleSI6ImdpdGh1Yi1jcmVhdGUtYnJhbmNoIn1dLCJjIjp7fX0) - Create a new branch in a GitHub repo. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/create-branch/create-branch.mjs)) - [Create Gist](https://pipedream.com/new?h=eyJuIjoiQ3JlYXRlIEdpc3Qgd2l0aCB0aGUgR2l0SHViIEFQSSIsInYiOjIsInQiOltdLCJzIjpbeyJrZXkiOiJnaXRodWItY3JlYXRlLWdpc3QifV0sImMiOnt9fQ) - Allows you to add a new gist with one or more files. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/create-gist/create-gist.mjs)) - [Create Issue Comment](https://pipedream.com/new?h=eyJuIjoiQ3JlYXRlIElzc3VlIENvbW1lbnQgd2l0aCB0aGUgR2l0SHViIEFQSSIsInYiOjIsInQiOltdLCJzIjpbeyJrZXkiOiJnaXRodWItY3JlYXRlLWlzc3VlLWNvbW1lbnQifV0sImMiOnt9fQ) - Create a new comment in a issue. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/create-issue-comment/create-issue-comment.mjs)) - [Create or update file contents](https://pipedream.com/new?h=eyJuIjoiQ3JlYXRlIG9yIHVwZGF0ZSBmaWxlIGNvbnRlbnRzIHdpdGggdGhlIEdpdEh1YiBBUEkiLCJ2IjoyLCJ0IjpbXSwicyI6W3sia2V5IjoiZ2l0aHViLWNyZWF0ZS1vci11cGRhdGUtZmlsZS1jb250ZW50cyJ9XSwiYyI6e319) - Create or update a file in a repository. This will replace an existing file. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/create-or-update-file-contents/create-or-update-file-contents.mjs)) - [Create Pull Request](https://pipedream.com/new?h=eyJuIjoiQ3JlYXRlIFB1bGwgUmVxdWVzdCB3aXRoIHRoZSBHaXRIdWIgQVBJIiwidiI6MiwidCI6W10sInMiOlt7ImtleSI6ImdpdGh1Yi1jcmVhdGUtcHVsbC1yZXF1ZXN0In1dLCJjIjp7fX0) - Creates a new pull request for a specified repository. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/create-pull-request/create-pull-request.mjs)) - [Create Repository](https://pipedream.com/new?h=eyJuIjoiQ3JlYXRlIFJlcG9zaXRvcnkgd2l0aCB0aGUgR2l0SHViIEFQSSIsInYiOjIsInQiOltdLCJzIjpbeyJrZXkiOiJnaXRodWItY3JlYXRlLXJlcG9zaXRvcnkifV0sImMiOnt9fQ) - Creates a new repository for the authenticated user. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/create-repository/create-repository.mjs)) -- [Get Issue Assignees](https://pipedream.com/new?h=eyJuIjoiR2V0IElzc3VlIEFzc2lnbmVlcyB3aXRoIHRoZSBHaXRIdWIgQVBJIiwidiI6MiwidCI6W10sInMiOlt7ImtleSI6ImdpdGh1Yi1nZXQtaXNzdWUtYXNzaWduZWVzIn1dLCJjIjp7fX0) - Get assignees for an issue in a Github repo. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/get-issue-assignees/get-issue-assignees.mjs)) +- [Get Issue Assignees](https://pipedream.com/new?h=eyJuIjoiR2V0IElzc3VlIEFzc2lnbmVlcyB3aXRoIHRoZSBHaXRIdWIgQVBJIiwidiI6MiwidCI6W10sInMiOlt7ImtleSI6ImdpdGh1Yi1nZXQtaXNzdWUtYXNzaWduZWVzIn1dLCJjIjp7fX0) - Get assignees for an issue in a GitHub repo. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/get-issue-assignees/get-issue-assignees.mjs)) - [Get Repository](https://pipedream.com/new?h=eyJuIjoiR2V0IFJlcG9zaXRvcnkgd2l0aCB0aGUgR2l0SHViIEFQSSIsInYiOjIsInQiOltdLCJzIjpbeyJrZXkiOiJnaXRodWItZ2V0LXJlcG9zaXRvcnkifV0sImMiOnt9fQ) - Get specific repository. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/get-repository/get-repository.mjs)) - [Get Repository Content](https://pipedream.com/new?h=eyJuIjoiR2V0IFJlcG9zaXRvcnkgQ29udGVudCB3aXRoIHRoZSBHaXRIdWIgQVBJIiwidiI6MiwidCI6W10sInMiOlt7ImtleSI6ImdpdGh1Yi1nZXQtcmVwb3NpdG9yeS1jb250ZW50In1dLCJjIjp7fX0) - Get the content of a file or directory in a specific repository. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/get-repository-content/get-repository-content.mjs)) - [Get Reviewers](https://pipedream.com/new?h=eyJuIjoiR2V0IFJldmlld2VycyB3aXRoIHRoZSBHaXRIdWIgQVBJIiwidiI6MiwidCI6W10sInMiOlt7ImtleSI6ImdpdGh1Yi1nZXQtcmV2aWV3ZXJzIn1dLCJjIjp7fX0) - Get reviewers for a PR. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/get-reviewers/get-reviewers.mjs)) - [List Gists for a User](https://pipedream.com/new?h=eyJuIjoiTGlzdCBHaXN0cyBmb3IgYSBVc2VyIHdpdGggdGhlIEdpdEh1YiBBUEkiLCJ2IjoyLCJ0IjpbXSwicyI6W3sia2V5IjoiZ2l0aHViLWxpc3QtZ2lzdHMtZm9yLWEtdXNlciJ9XSwiYyI6e319) - Lists public gists for the specified user. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/list-gists-for-a-user/list-gists-for-a-user.mjs)) - [List Releases](https://pipedream.com/new?h=eyJuIjoiTGlzdCBSZWxlYXNlcyB3aXRoIHRoZSBHaXRIdWIgQVBJIiwidiI6MiwidCI6W10sInMiOlt7ImtleSI6ImdpdGh1Yi1saXN0LXJlbGVhc2VzIn1dLCJjIjp7fX0) - List releases for a repository. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/list-releases/list-releases.mjs)) - [Update Gist](https://pipedream.com/new?h=eyJuIjoiVXBkYXRlIEdpc3Qgd2l0aCB0aGUgR2l0SHViIEFQSSIsInYiOjIsInQiOltdLCJzIjpbeyJrZXkiOiJnaXRodWItdXBkYXRlLWdpc3QifV0sImMiOnt9fQ) - Allows you to update a gist's description and to update, delete, or rename gist files. Files from the previous version of the gist that aren't explicitly changed during an edit are unchanged. At least one of description or files is required. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/update-gist/update-gist.mjs)) -- [Update Issue](https://pipedream.com/new?h=eyJuIjoiVXBkYXRlIElzc3VlIHdpdGggdGhlIEdpdEh1YiBBUEkiLCJ2IjoyLCJ0IjpbXSwicyI6W3sia2V5IjoiZ2l0aHViLXVwZGF0ZS1pc3N1ZSJ9XSwiYyI6e319) - Update a new issue in a Github repo. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/update-issue/update-issue.mjs)) +- [Update Issue](https://pipedream.com/new?h=eyJuIjoiVXBkYXRlIElzc3VlIHdpdGggdGhlIEdpdEh1YiBBUEkiLCJ2IjoyLCJ0IjpbXSwicyI6W3sia2V5IjoiZ2l0aHViLXVwZGF0ZS1pc3N1ZSJ9XSwiYyI6e319) - Update a new issue in a GitHub repo. ([code](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/actions/update-issue/update-issue.mjs)) You can [create your own actions](https://pipedream.com/docs/components/quickstart/nodejs/actions/), which you can re-use across workflows. You can also [publish actions to the entire Pipedream community](https://pipedream.com/docs/components/guidelines/), making them available for anyone to use. @@ -286,12 +286,12 @@ If you'd like to report a suspected vulnerability or security issue, or have any Note: Event Source [New Card in Column](https://github.com/PipedreamHQ/pipedream/blob/master/components/github/sources/new-card-in-column/new-card-in-column.mjs) only supports legacy (classic) projects. -Please [reach out](https://pipedream.com/support/) to the Pipedream team with any technical issues or questions about the Github integration. We're happy to help! +Please [reach out](https://pipedream.com/support/) to the Pipedream team with any technical issues or questions about the GitHub integration. We're happy to help! # Getting Started -## Github Triggers: Webhooks vs. Polling -The Github triggers in Pipedream enable you to get notified immediately via a webhook if you have `admin` rights on the repo you're watching. Otherwise you can still poll for updates at a regular interval for any other repo where you might not have `admin` rights. +## GitHub Triggers: Webhooks vs. Polling +The GitHub triggers in Pipedream enable you to get notified immediately via a webhook if you have `admin` rights on the repo you're watching. Otherwise you can still poll for updates at a regular interval for any other repo where you might not have `admin` rights. **Example: New or Updated Issue** If you are an admin on the repo, this trigger will be configured as a webhook — so any time there is a new or updated issue in the repo, an event will immediately get emitted. diff --git a/components/github/actions/create-branch/create-branch.mjs b/components/github/actions/create-branch/create-branch.mjs index 3f3666bdd3f23..bbc856dfb06fa 100644 --- a/components/github/actions/create-branch/create-branch.mjs +++ b/components/github/actions/create-branch/create-branch.mjs @@ -4,8 +4,8 @@ import github from "../../github.app.mjs"; 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.18", + 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", 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 18ebf386f8191..2a96c411171d4 100644 --- a/components/github/actions/create-issue/create-issue.mjs +++ b/components/github/actions/create-issue/create-issue.mjs @@ -5,8 +5,8 @@ import asyncProps from "../common/asyncProps.mjs"; export default { key: "github-create-issue", name: "Create Issue", - description: "Create a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#create-an-issue)", - version: "0.3.5", + 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", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/get-commit/get-commit.mjs b/components/github/actions/get-commit/get-commit.mjs index e1460e9950ad5..b990d71825b60 100644 --- a/components/github/actions/get-commit/get-commit.mjs +++ b/components/github/actions/get-commit/get-commit.mjs @@ -3,8 +3,8 @@ import github from "../../github.app.mjs"; 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.2", + 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", annotations: { destructiveHint: false, openWorldHint: true, 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 2026bbe07e5cb..1c61405fdb09b 100644 --- a/components/github/actions/get-issue-assignees/get-issue-assignees.mjs +++ b/components/github/actions/get-issue-assignees/get-issue-assignees.mjs @@ -3,8 +3,8 @@ import github from "../../github.app.mjs"; export default { key: "github-get-issue-assignees", name: "Get Issue Assignees", - description: "Get assignees for an issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#get-an-issue)", - version: "0.0.23", + 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", 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 e6cc3ffc54c6b..e55854cf04c0c 100644 --- a/components/github/actions/list-commits/list-commits.mjs +++ b/components/github/actions/list-commits/list-commits.mjs @@ -3,8 +3,8 @@ import github from "../../github.app.mjs"; 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.2", + 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", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/update-issue/update-issue.mjs b/components/github/actions/update-issue/update-issue.mjs index 9305e3d4bc822..b4968cd15e6f8 100644 --- a/components/github/actions/update-issue/update-issue.mjs +++ b/components/github/actions/update-issue/update-issue.mjs @@ -9,8 +9,8 @@ const { export default { key: "github-update-issue", name: "Update Issue", - description: "Update a new issue in a Gihub repo. [See the documentation](https://docs.github.com/en/rest/issues/issues#update-an-issue)", - version: "0.2.5", + 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", 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 b1580613c90d9..a941042e35e85 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.7", + version: "0.0.8", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/github/github.app.mjs b/components/github/github.app.mjs index 944680ba45ca0..0a66426779740 100644 --- a/components/github/github.app.mjs +++ b/components/github/github.app.mjs @@ -15,7 +15,7 @@ export default { propDefinitions: { orgName: { label: "Organization", - description: "The name of the Github organization (not case sensitive).", + description: "The name of the GitHub organization (not case sensitive).", type: "string", async options() { const organizations = await this.getOrganizations(); diff --git a/components/github/package.json b/components/github/package.json index 9d838b35d9cd5..586c8deec6178 100644 --- a/components/github/package.json +++ b/components/github/package.json @@ -1,7 +1,7 @@ { "name": "@pipedream/github", - "version": "1.8.1", - "description": "Pipedream Github Components", + "version": "1.8.2", + "description": "Pipedream GitHub Components", "main": "github.app.mjs", "keywords": [ "pipedream", 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 a59fd584e0867..72d1b94312483 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.8", + version: "0.1.9", type: "source", dedupe: "unique", props: { 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 8462dc750f69c..216a15bbf4972 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 @@ -23,7 +23,7 @@ export default { body, } = event; - // skip initial response from Github or not completed + // skip initial response from GitHub or not completed if (body?.zen || body?.action != "completed") { return; } 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 4e35ec5594955..48f56d6e96ac8 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 @@ -5,9 +5,9 @@ export default { ...common, key: "github-new-workflow-run-completed", name: "New Workflow Run Completed (Instant)", - description: "Emit new event when a Github Actions workflow run completes", + description: "Emit new event when a GitHub Actions workflow run completes", type: "source", - version: "0.0.4", + version: "0.0.5", dedupe: "unique", methods: { ...common.methods, @@ -23,7 +23,7 @@ export default { body, } = event; - // skip initial response from Github or not completed + // skip initial response from GitHub or not completed if (body?.zen || body?.action != "completed") { return; } diff --git a/components/github/sources/webhook-events/webhook-events.mjs b/components/github/sources/webhook-events/webhook-events.mjs index 699ad93a2714d..eaaec48baf0f7 100644 --- a/components/github/sources/webhook-events/webhook-events.mjs +++ b/components/github/sources/webhook-events/webhook-events.mjs @@ -51,7 +51,7 @@ export default { body, } = event; - // skip initial response from Github + // skip initial response from GitHub if (body?.zen) { console.log(body.zen); return; diff --git a/components/hacker_news/README.md b/components/hacker_news/README.md index a424aa24f272c..f03f1464da278 100644 --- a/components/hacker_news/README.md +++ b/components/hacker_news/README.md @@ -84,7 +84,7 @@ Components are subject to the [limits of the Pipedream platform](https://docs.pi ## Found a Bug? Have a Feature to suggest? -Any bugs or feature requests for specific components can be raised in this repo as new Github issues or pull requests. +Any bugs or feature requests for specific components can be raised in this repo as new GitHub issues or pull requests. Pipedream also operates [a roadmap](https://github.com/PipedreamHQ/roadmap) to solicit feature requests for the Pipedream platform at large (the [pipedream.com UI](https://pipedream.com), [workflows](https://docs.pipedream.com/workflows/), the CLI, etc). diff --git a/components/talenthr/actions/create-employee/create-employee.mjs b/components/talenthr/actions/create-employee/create-employee.mjs index 3b3c996ea244b..1d2c0bf51289b 100644 --- a/components/talenthr/actions/create-employee/create-employee.mjs +++ b/components/talenthr/actions/create-employee/create-employee.mjs @@ -9,7 +9,7 @@ export default { key: "talenthr-create-employee", name: "Create Employee", description: "Hires a new employee and registers them in the system. [See the documentation](https://apidocs.talenthr.io/#2950f0ba-b27b-4d4b-855f-4b79b667767c)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -122,7 +122,7 @@ export default { }, whoId: { type: "integer", - label: "Who Id", + label: "Who ID", description: "The employee who will meet the newly hired employee. Required if **When Time** and address is present.", optional: true, }, @@ -136,7 +136,7 @@ export default { whenTime: { type: "string", label: "When Time", - description: "The date time that the meeting will take place. Required if **Who Id** and address is present. The hire date must be formatted as 'YYYY-MM-DD HH:II'.", + description: "The date time that the meeting will take place. Required if **Who ID** and address is present. The hire date must be formatted as 'YYYY-MM-DD HH:II'.", optional: true, }, instructions: { diff --git a/components/talenthr/actions/update-employee/update-employee.mjs b/components/talenthr/actions/update-employee/update-employee.mjs index 6b480b439405e..dba1b7f435f07 100644 --- a/components/talenthr/actions/update-employee/update-employee.mjs +++ b/components/talenthr/actions/update-employee/update-employee.mjs @@ -14,7 +14,7 @@ export default { key: "talenthr-update-employee", name: "Update Employee", description: "Allows updating an existing employee's data in the system. [See the documentation](https://apidocs.talenthr.io/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -52,8 +52,8 @@ export default { talenthr, "employeeId", ], - label: "Reports To Employee Id", - description: "If the **Reports To Employee Id** is 'null' then the current employee will be the head of the company.", + label: "Reports To Employee ID", + description: "If the **Reports To Employee ID** is 'null' then the current employee will be the head of the company.", optional: true, }, @@ -277,43 +277,43 @@ export default { twitterUrl: { type: "string", label: "Twitter", - description: "The employee's twitter URL", + description: "The employee's Twitter URL", optional: true, }, facebookUrl: { type: "string", label: "Facebook", - description: "The employee's facebook URL", + description: "The employee's Facebook URL", optional: true, }, instagramUrl: { type: "string", label: "Instagram", - description: "The employee's instagram URL", + description: "The employee's Instagram URL", optional: true, }, pinterestUrl: { type: "string", label: "Pinterest", - description: "The employee's pinterest URL", + description: "The employee's Pinterest URL", optional: true, }, githubUrl: { type: "string", - label: "Github", - description: "The employee's github URL", + label: "GitHub", + description: "The employee's GitHub URL", optional: true, }, behanceUrl: { type: "string", label: "Behance", - description: "The employee's behance URL", + description: "The employee's Behance URL", optional: true, }, skypeName: { type: "string", label: "Skype Name", - description: "The employee's skype name", + description: "The employee's Skype name", optional: true, }, shirtSize: { diff --git a/components/talenthr/package.json b/components/talenthr/package.json index d4f35e87d85c9..e14e0924290b9 100644 --- a/components/talenthr/package.json +++ b/components/talenthr/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/talenthr", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream TalentHR Components", "main": "talenthr.app.mjs", "keywords": [ diff --git a/components/talenthr/talenthr.app.mjs b/components/talenthr/talenthr.app.mjs index a9f961530cba9..0a5bdc8d0fd0d 100644 --- a/components/talenthr/talenthr.app.mjs +++ b/components/talenthr/talenthr.app.mjs @@ -27,8 +27,8 @@ export default { }, employmentStatusId: { type: "string", - label: "Employment Status Id", - description: "The employment status Id", + label: "Employment Status ID", + description: "The employment status ID", async options() { const { data } = await this.listEmploymentStatuses(); @@ -85,8 +85,8 @@ export default { }, jobTitleId: { type: "string", - label: "Job Title Id", - description: "The Id of the job title.", + label: "Job Title ID", + description: "The ID of the job title.", async options() { const { data } = await this.listJobTitles(); @@ -100,8 +100,8 @@ export default { }, jobLocationId: { type: "string", - label: "Job Location Id", - description: "The Id of the job location.", + label: "Job Location ID", + description: "The ID of the job location.", async options() { const { data } = await this.listJobLocations(); @@ -115,7 +115,7 @@ export default { }, divisionId: { type: "string", - label: "Division Id", + label: "Division ID", description: "The division for which the application has been submitted", async options() { const { data } = await this.listDivisions(); @@ -130,7 +130,7 @@ export default { }, departmentId: { type: "string", - label: "Department Id", + label: "Department ID", description: "The department for which the application has been submitted", async options() { const { data } = await this.listDepartments(); @@ -146,7 +146,7 @@ export default { address: { type: "string", label: "Address", - description: "The address where the meeting will take place. Required if **Who Id** and **When Time** is present.", + description: "The address where the meeting will take place. Required if **Who ID** and **When Time** is present.", }, nationality: { type: "string", diff --git a/components/wakatime/README.md b/components/wakatime/README.md index b4384e781b1c8..e376adf3033f9 100644 --- a/components/wakatime/README.md +++ b/components/wakatime/README.md @@ -8,4 +8,4 @@ WakaTime offers insights into your coding activity, enabling you to track the ti - **Project Time Tracking to Google Sheets**: With Pipedream, you can create a workflow that automatically logs the time spent on different projects in WakaTime to a Google Sheets spreadsheet. This enables easy tracking of time allocation across multiple projects and simplifies generating timesheets or invoices. -- **Github Commit Triggered Coding Breakdown**: Set up a Pipedream workflow where a GitHub commit triggers a detailed breakdown of your coding activity in WakaTime for the time period leading up to the commit. This allows you to correlate coding time with specific development milestones and understand your productivity patterns. +- **GitHub Commit Triggered Coding Breakdown**: Set up a Pipedream workflow where a GitHub commit triggers a detailed breakdown of your coding activity in WakaTime for the time period leading up to the commit. This allows you to correlate coding time with specific development milestones and understand your productivity patterns. diff --git a/components/zoom/README.md b/components/zoom/README.md index f2f06175181de..49c9122c69961 100644 --- a/components/zoom/README.md +++ b/components/zoom/README.md @@ -1,7 +1,7 @@ # Overview The Zoom API lets you tap into a rich set of functionalities to enhance the video conferencing experience within your own app or workflow. With the Zoom API on Pipedream, you can automatically create meetings, manage users, send meeting notifications, and more, orchestrating these actions within a broader automation. This allows for seamless integration with other services, enabling both data collection and action triggers based on Zoom events. -**Pipedream [workflows](/workflows/) allow you to run any Node.js code that connects to the Zoom API**. Just [create a new workflow](https://pipedream.com/new), then add prebuilt Zoom [actions](/components#actions) (create a meeting, send a chat message, etc.) or [write your own code](/code/). These workflows can be triggered by HTTP requests, timers, email, or on any app-based event (new tweets, a Github PR, Zoom events, etc). +**Pipedream [workflows](/workflows/) allow you to run any Node.js code that connects to the Zoom API**. Just [create a new workflow](https://pipedream.com/new), then add prebuilt Zoom [actions](/components#actions) (create a meeting, send a chat message, etc.) or [write your own code](/code/). These workflows can be triggered by HTTP requests, timers, email, or on any app-based event (new tweets, a GitHub PR, Zoom events, etc). # Getting Started @@ -33,4 +33,4 @@ The [Zoom API docs on permissions](https://marketplace.zoom.us/docs/guides/autho - **Zoom Webinar Attendee Management**: Build a workflow where new sign-ups from an event management platform like Eventbrite trigger the addition of these attendees to a Zoom webinar. Post-webinar, send a follow-up email via Mailgun with a link to the webinar recording, which you can upload to a cloud storage platform like Dropbox. -- **Meeting Analytics and Reporting**: Combine Zoom's meeting ended webhook with Pipedream's capabilities to create a workflow that captures meeting details upon conclusion. With this data, you can send a summary email to the host, update a Google Sheet with attendance information, and even push the data to a BI tool like Tableau for more in-depth analysis. \ No newline at end of file +- **Meeting Analytics and Reporting**: Combine Zoom's meeting ended webhook with Pipedream's capabilities to create a workflow that captures meeting details upon conclusion. With this data, you can send a summary email to the host, update a Google Sheet with attendance information, and even push the data to a BI tool like Tableau for more in-depth analysis.