mirror of
https://github.com/d-eniz/jupymd.git
synced 2026-07-22 05:46:56 +00:00
Delete .github/workflows/todoist.yml
This commit is contained in:
parent
3d99c01af5
commit
162e5f56bb
1 changed files with 0 additions and 33 deletions
33
.github/workflows/todoist.yml
vendored
33
.github/workflows/todoist.yml
vendored
|
|
@ -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
|
||||
Loading…
Reference in a new issue