simenandre/Todoist Github Action
Synchronizes Github issues with Todoist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github Token (cannot be default token) | yes | — |
| todoist-token | You can retrieve this from Todoist / Settings | yes | — |
| query | Github Search Query, e.g 'is: issue' | yes | — |
| sync-file-name | filename/filepath for sync file. e.g. sync.json | no | gh-todoist.json |
| sync-content | a JSON dump that represents a previous output of this action | no | — |
Outputs
| name | description |
|---|---|
| sync-content | A JSON dump of issues that has been synched with Todoist |
| has-changed | This output is true when something changed in sync-content |