Skip to content

feat: add a configurable setting to put the CloudModeProcessor to sleep for a specified interval #1439

feat: add a configurable setting to put the CloudModeProcessor to sleep for a specified interval

feat: add a configurable setting to put the CloudModeProcessor to sleep for a specified interval #1439

name: Notion PR Sync
on:
issues:
types:
[
opened,
edited,
deleted,
transferred,
pinned,
unpinned,
closed,
reopened,
assigned,
unassigned,
labeled,
unlabeled,
locked,
unlocked,
milestoned,
demilestoned,
]
pull_request:
types:
[
assigned,
unassigned,
labeled,
unlabeled,
opened,
edited,
closed,
reopened,
synchronize,
converted_to_draft,
ready_for_review,
locked,
unlocked,
review_requested,
review_request_removed,
auto_merge_enabled,
auto_merge_disabled,
]
jobs:
request:
runs-on: ubuntu-latest
steps:
- name: Sync Github PRs to Notion
uses: sivashanmukh/[email protected]
with:
notionKey: ${{ secrets.NOTION_BOT_KEY }}
notionDatabaseId: ${{ secrets.NOTION_PR_DB_ID }}
githubKey: ${{ secrets.PAT }}