Skip to content

Commit

Permalink
Fixing typo in GH error message (PipedreamHQ#11816)
Browse files Browse the repository at this point in the history
* Fixing typo in GH error message

* Incrementing versions
  • Loading branch information
dannyroosevelt authored May 3, 2024
1 parent ca54ba8 commit 0f3496a
Show file tree
Hide file tree
Showing 42 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion components/github/actions/create-branch/create-branch.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "github-create-branch",
name: "Create Branch",
description: "Create a new branch in a Github repo. [See docs here](https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#create-a-reference)",
version: "0.0.9",
version: "0.0.10",
type: "action",
props: {
github,
Expand Down
2 changes: 1 addition & 1 deletion components/github/actions/create-gist/create-gist.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 docs here](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist)",
version: "0.0.4",
version: "0.0.5",
type: "action",
props: {
github,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "github-create-issue-comment",
name: "Create Issue Comment",
description: "Create a new comment in a issue. [See docs here](https://docs.github.com/en/rest/issues/comments#create-an-issue-comment)",
version: "0.0.15",
version: "0.0.16",
type: "action",
props: {
github,
Expand Down
2 changes: 1 addition & 1 deletion components/github/actions/create-issue/create-issue.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "github-create-issue",
name: "Create Issue",
description: "Create a new issue in a Gihub repo. [See docs here](https://docs.github.com/en/rest/issues/issues#create-an-issue)",
version: "0.2.14",
version: "0.2.15",
type: "action",
props: {
github,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. This will replace an existing file. [See docs here](https://docs.github.com/en/rest/repos/contents#create-or-update-file-contents)",
version: "0.0.11",
version: "0.0.12",
type: "action",
props: {
github,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
Creates a new pull request for a specified repository.
[See docs here](https://docs.github.com/en/rest/pulls/pulls#create-a-pull-request)
`),
version: "0.0.6",
version: "0.0.7",
type: "action",
props: {
github,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "github-create-repository",
name: "Create Repository",
description: "Creates a new repository for the authenticated user. [See docs here](https://docs.github.com/en/rest/repos/repos#create-a-repository-for-the-authenticated-user)",
version: "0.0.10",
version: "0.0.11",
type: "action",
props: {
github,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "github-get-issue-assignees",
name: "Get Issue Assignees",
description: "Get assignees for an issue in a Gihub repo. [See docs here](https://docs.github.com/en/rest/issues/issues#get-an-issue)",
version: "0.0.15",
version: "0.0.16",
type: "action",
props: {
github,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
Get the content of a file or directory in a specific repository.
[See docs here](https://docs.github.com/en/rest/repos/contents#get-repository-content)
`),
version: "0.0.14",
version: "0.0.15",
type: "action",
props: {
github,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "github-get-repository",
name: "Get Repository",
description: "Get specific repository. [See docs here](https://docs.github.com/en/rest/repos/repos#get-a-repository)",
version: "0.0.15",
version: "0.0.16",
type: "action",
props: {
github,
Expand Down
2 changes: 1 addition & 1 deletion components/github/actions/get-reviewers/get-reviewers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "github-get-reviewers",
name: "Get Reviewers",
description: "Get reviewers for a PR ([see docs](https://docs.github.com/en/rest/pulls/reviews#list-reviews-for-a-pull-request)) or Commit SHA ([see docs](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit)).",
version: "0.0.15",
version: "0.0.16",
type: "action",
props: {
github,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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 docs here](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#list-gists-for-a-user)",
version: "0.0.4",
version: "0.0.5",
type: "action",
props: {
github,
Expand Down
2 changes: 1 addition & 1 deletion components/github/actions/list-releases/list-releases.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.3",
version: "0.0.4",
type: "action",
props: {
github,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 docs here](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests)",
version: "0.1.14",
version: "0.1.15",
type: "action",
props: {
github,
Expand Down
2 changes: 1 addition & 1 deletion components/github/actions/update-gist/update-gist.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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. [See docs here](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#update-a-gist)",
version: "0.0.4",
version: "0.0.5",
type: "action",
props: {
github,
Expand Down
2 changes: 1 addition & 1 deletion components/github/actions/update-issue/update-issue.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "github-update-issue",
name: "Update Issue",
description: "Update a new issue in a Gihub repo. [See docs here](https://docs.github.com/en/rest/issues/issues#update-an-issue)",
version: "0.1.14",
version: "0.1.15",
type: "action",
props: {
github,
Expand Down
2 changes: 1 addition & 1 deletion components/github/github.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default {
console.error(exception);
const status = exception?.status;
if (status && (status === 404 || status === 403)) {
throw new ConfigurationError(`The request failed with status "${status}". It is likely that your token doesn't have sufficient permissions to execute that request. [see mor information here](https://docs.github.com/en/rest/overview/authenticating-to-the-rest-api?apiVersion=2022-11-28#about-authentication).`);
throw new ConfigurationError(`The request failed with status "${status}". It's likely that your connected account doesn't have sufficient permissions to execute that request. [See more information here](https://docs.github.com/en/rest/overview/authenticating-to-the-rest-api?apiVersion=2022-11-28#about-authentication).`);
}
throw exception;
},
Expand Down
2 changes: 1 addition & 1 deletion components/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/github",
"version": "1.1.1",
"version": "1.1.2",
"description": "Pipedream Github Components",
"main": "github.app.mjs",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/github/sources/new-branch/new-branch.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
key: "github-new-branch",
name: "New Branch",
description: `Emit new event when a branch is created [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.1",
version: "1.0.2",
type: "source",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
key: "github-new-collaborator",
name: "New Collaborator",
description: `Emit new event when a collaborator is added [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
key: "github-new-commit-comment",
name: "New Commit Comment",
description: `Emit new event when a commit comment is created [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
2 changes: 1 addition & 1 deletion components/github/sources/new-commit/new-commit.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
key: "github-new-commit",
name: "New Commit",
description: `Emit new event when commits are pushed to a branch [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
key: "github-new-discussion",
name: "New Discussion",
description: `Emit new event when a discussion is created [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
2 changes: 1 addition & 1 deletion components/github/sources/new-fork/new-fork.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
key: "github-new-fork",
name: "New Fork",
description: `Emit new event when a repository is forked [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
2 changes: 1 addition & 1 deletion components/github/sources/new-gist/new-gist.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "github-new-gist",
name: "New Gist",
description: "Emit new events when new gists are created by the authenticated user",
version: "0.1.15",
version: "0.1.16",
type: "source",
dedupe: "unique",
async run() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
key: "github-new-issue-with-status",
name: "New Issue with Status (Projects V2)",
description: "Emit new event when a project issue 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.0.16",
version: "0.0.17",
type: "source",
dedupe: "unique",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/github/sources/new-label/new-label.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
key: "github-new-label",
name: "New Label",
description: `Emit new event when a new label is created [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
2 changes: 1 addition & 1 deletion components/github/sources/new-mention/new-mention.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "github-new-mention",
name: "New Mention",
description: "Emit new events when you are @mentioned in a new commit, comment, issue or pull request",
version: "0.1.16",
version: "0.1.17",
type: "source",
hooks: {
async activate() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "github-new-notification",
name: "New Notification",
description: "Emit new events when you received a new notification",
version: "0.1.15",
version: "0.1.16",
type: "source",
dedupe: "unique",
async run() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
key: "github-new-or-updated-milestone",
name: "New or Updated Milestone",
description: `Emit new events when a milestone is created or updated [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
key: "github-new-or-updated-pull-request",
name: "New or Updated Pull Request",
description: `Emit new events when a pull request is opened or updated [See the documentation](${DOCS_LINK})`,
version: "1.1.1",
version: "1.1.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "github-new-organization",
name: "New Organization",
description: "Emit new events when the authenticated user is added to a new organization",
version: "0.1.15",
version: "0.1.16",
type: "source",
dedupe: "unique",
async run() {
Expand Down
2 changes: 1 addition & 1 deletion components/github/sources/new-release/new-release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
key: "github-new-release",
name: "New release",
description: `Emit new event when a new release is created [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "github-new-repository",
name: "New Repository",
description: "Emit new events when new repositories are created",
version: "0.1.15",
version: "0.1.16",
type: "source",
dedupe: "unique",
async run() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "github-new-review-request",
name: "New Review Request",
description: "Emit new events when you or a team you're a member of are requested to review a pull request",
version: "0.1.15",
version: "0.1.16",
type: "source",
dedupe: "unique",
async run() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "github-new-security-alert",
name: "New Security Alert",
description: "Emit new events when GitHub discovers a security vulnerability in one of your repositories",
version: "0.1.17",
version: "0.1.18",
type: "source",
dedupe: "unique",
async run() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
version: "0.0.2",
version: "0.0.3",
type: "source",
dedupe: "unique",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/github/sources/new-star/new-star.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
key: "github-new-star",
name: "New Stars",
description: `Emit new event when a repository is starred [See the documentation](${DOCS_LINK})`,
version: "1.0.1",
version: "1.0.2",
type: "source",
dedupe: "unique",
methods: {
Expand Down
2 changes: 1 addition & 1 deletion components/github/sources/new-team/new-team.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "github-new-team",
name: "New Team",
description: "Emit new events when the user is added to a new team",
version: "0.1.15",
version: "0.1.16",
type: "source",
dedupe: "unique",
async run() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
name: "New Webhook Event (Instant)",
description: "Emit new event for each selected event type",
type: "source",
version: "1.0.0",
version: "1.0.1",
props: {
...common.props,
events: {
Expand Down

0 comments on commit 0f3496a

Please sign in to comment.