Skip to content

Commit 2326e48

Browse files
Merge branch 'danny/fixing-docs-apps-redirect' of github.com:PipedreamHQ/pipedream into danny/fixing-docs-apps-redirect
2 parents a7e2163 + 36c08d5 commit 2326e48

File tree

213 files changed

+9170
-4525
lines changed

Some content is hidden

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

213 files changed

+9170
-4525
lines changed

.github/ISSUE_TEMPLATE/app---service-integration.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ name: App / Integration Request
33
about: Request for a new API integration
44
title: "[APP]"
55
labels: app, enhancement
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Name of app / service**
1110

1211
**Link to developer documentation**
1312

14-
**Is lack of support preventing you from building workflows, or do you have a workaround?**
13+
**Is lack of support preventing you from moving forward, or do you have a workaround?**
1514

16-
**Are there specific actions, or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each!**
15+
**Are there specific actions or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each!**

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Bug report
33
about: File bugs here
44
title: "[BUG] "
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is. Note that this issue will be displayed publicly.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -23,16 +23,5 @@ A clear and concise description of what you expected to happen.
2323
**Screenshots**
2424
If applicable, add screenshots to help explain your problem. Note that the screenshots will be displayed publicly.
2525

26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
36-
3726
**Additional context**
3827
Add any other context about the problem here.

components/asana/actions/add-task-to-section/add-task-to-section.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Add Task To Section",
66
description: "Add a task to a specific, existing section. This will remove the task from other sections of the project. [See the documentation](https://developers.asana.com/docs/add-task-to-section)",
77
key: "asana-add-task-to-section",
8-
version: "0.2.8",
8+
version: "0.2.9",
99
type: "action",
1010
props: {
1111
...common.props,

components/asana/actions/create-project/create-project.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "asana-create-project",
66
name: "Create Project",
77
description: "Create a new project in a workspace or team. [See the documentation](https://developers.asana.com/docs/create-a-project)",
8-
version: "0.10.1",
8+
version: "0.10.2",
99
type: "action",
1010
props: {
1111
asana,

components/asana/actions/create-subtask/create-subtask.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "asana-create-subtask",
66
name: "Create Subtask",
77
description: "Creates a new subtask and adds it to the parent task. [See the documentation](https://developers.asana.com/docs/create-a-subtask)",
8-
version: "0.4.1",
8+
version: "0.4.2",
99
type: "action",
1010
props: {
1111
...common.props,

components/asana/actions/create-task-comment/create-task-comment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "asana-create-task-comment",
66
name: "Create Task Comment",
77
description: "Adds a comment to a task. [See the documentation](https://developers.asana.com/docs/create-a-story-on-a-task)",
8-
version: "0.2.8",
8+
version: "0.2.9",
99
type: "action",
1010
props: {
1111
...common.props,

components/asana/actions/create-task-from-template/create-task-from-template.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Create Task from Template",
55
key: "asana-create-task-from-template",
66
description: "Creates a new task from a task template. [See the documentation](https://developers.asana.com/reference/instantiatetask)",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
type: "action",
99
props: {
1010
...common.props,

components/asana/actions/create-task/create-task.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "asana-create-task",
66
name: "Create Task",
77
description: "Creates a new task. [See the documentation](https://developers.asana.com/docs/create-a-task)",
8-
version: "0.4.1",
8+
version: "0.4.2",
99
type: "action",
1010
props: {
1111
...common.props,

components/asana/actions/delete-task/delete-task.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "asana-delete-task",
66
name: "Delete Task",
77
description: "Deletes a specific and existing task. [See the documentation](https://developers.asana.com/docs/delete-a-task)",
8-
version: "0.0.9",
8+
version: "0.0.10",
99
type: "action",
1010
props: {
1111
...common.props,

components/asana/actions/find-task-by-id/find-task-by-id.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "asana-find-task-by-id",
66
name: "Find Task by ID",
77
description: "Searches for a task by id. Returns the complete task record for a single task. [See the documentation](https://developers.asana.com/docs/get-a-task)",
8-
version: "0.2.8",
8+
version: "0.2.9",
99
type: "action",
1010
props: {
1111
...common.props,

0 commit comments

Comments
 (0)