You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,7 +21,7 @@ Create the next environment vars in your repository:
21
21
*`TEAMWORK_URI`: The URL of your installation (e.g.: https://yourcompany.teamwork.com)
22
22
*`TEAMWORK_API_TOKEN`: The API token to authenticate the workflow. Follow [this guide](https://developer.teamwork.com/guides/api-key-url/) to find your URL and API key.
23
23
24
-
**Please Note:** The Teamwork account associated with this API key is the account which these comments will be created under. If this user does not have permission to access the project, this action will be ignored.
24
+
**Please Note:** The Teamwork account associated with this API key is the account which these comments will be created under. If this user does not have permission to access the project, this action will be ignored.
25
25
26
26
`GITHUB_TOKEN` doesn't need to be setup in the repository, this var is always available during the workflows execution.
27
27
@@ -51,13 +51,15 @@ jobs:
51
51
BOARD_COLUMN_OPENED: 'PR Open'
52
52
BOARD_COLUMN_MERGED: 'Ready to Test'
53
53
BOARD_COLUMN_CLOSED: 'Rejected'
54
+
env:
55
+
IGNORE_PROJECT_IDS="1,2,3"
54
56
55
57
```
56
58
57
59
## Usage
58
-
When creating a new PR, write in the description of the PR the URL of the task. The action will automatically add a comment in the task.
60
+
When creating a new PR, write in the description of the PR the URL of the task. The action will automatically add a comment in the task.
59
61
60
-
Please note, the comment will be created in Teamwork under the account you have attached to this action. If the API key of the user you are using does not have permissions to access certain projects, the comment will not be created.
62
+
Please note, the comment will be created in Teamwork under the account you have attached to this action. If the API key of the user you are using does not have permissions to access certain projects, the comment will not be created.
0 commit comments