diff --git a/.github/workflows/test-with-example.yml b/.github/workflows/test-with-example.yml
new file mode 100644
index 0000000000000000000000000000000000000000..aa6d50bb374d847de91362f66bbbab7aa253a48b
--- /dev/null
+++ b/.github/workflows/test-with-example.yml
@@ -0,0 +1,16 @@
+name: Test with example
+
+on:
+  pull_request:
+    types: [review_requested]
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: GuillaumeFalourd/create-other-repo-branch-action@v1.5
+        with:
+          repository_owner: noesya
+          repository_name: osuny-example
+          new_branch_name: ${GITHUB_REF##*/}
+          access_token: ${{ secrets.ACCESS_TOKEN}}
\ No newline at end of file