Delete .github/workflows/todoist.yml

This commit is contained in:
Deniz Terzioglu 2026-04-15 16:42:14 +01:00 committed by GitHub
parent 3d99c01af5
commit 162e5f56bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,33 +0,0 @@
name: Sync GitHub → Todoist
on:
issues:
types: [opened, reopened, assigned]
pull_request:
types: [opened, reopened, assigned]
schedule:
- cron: "0 3 * * *" # daily at 3am UTC
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Restore sync state
uses: actions/cache@v4
with:
path: ./.todoist-sync.json
key: todoist-sync-${{ github.repository }}
restore-keys: |
todoist-sync-${{ github.repository }}
- name: Sync issues and PRs to Todoist
uses: cobraz/todoist-action@v1
with:
github-token: ${{ secrets.GH_TOKEN }}
todoist-token: ${{ secrets.TODOIST_TOKEN }}
query: repo:d-eniz/jupymd is:open
sync-file-name: ./.todoist-sync.json