From 85497fb0a82f9930192f3c85b31308d0a302b106 Mon Sep 17 00:00:00 2001 From: Arnaud Botella Date: Fri, 26 May 2023 15:06:34 +0200 Subject: [PATCH] update pr branch --- .github/workflows/pr_update.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/pr_update.yml diff --git a/.github/workflows/pr_update.yml b/.github/workflows/pr_update.yml new file mode 100644 index 00000000..fd9d76ee --- /dev/null +++ b/.github/workflows/pr_update.yml @@ -0,0 +1,11 @@ +name: Pull request + +on: + pull_request: + types: [opened, reopened] + branches: + - master + +jobs: + update-branch: + uses: Geode-solutions/actions/.github/workflows/update-branch.yml@master