From 52f6981b57aa84eac11d31dfa54118107dfc8f6f Mon Sep 17 00:00:00 2001 From: vatsalpatel Date: Fri, 3 Jul 2026 10:31:27 +0530 Subject: [PATCH] chore: test new workflow --- .github/workflows/notion-test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/notion-test.yml diff --git a/.github/workflows/notion-test.yml b/.github/workflows/notion-test.yml new file mode 100644 index 0000000..6387d5d --- /dev/null +++ b/.github/workflows/notion-test.yml @@ -0,0 +1,16 @@ +name: notion-test +on: + pull_request: + types: [opened, reopened, ready_for_review, closed] + pull_request_review: + types: [submitted] +jobs: + notion: + runs-on: ubuntu-latest + steps: + # @refactor = the branch that has the new action (PR #67). This test branch + # is off main, so `uses: ./` would run the OLD action. Switch to @main (or ./) + # once #67 is merged. + - uses: MathGaps/notion-issue-sync@refactor + with: + notion_token: ${{ secrets.NOTION_TOKEN }}