From 4a144ddc442e1ff1711f112eaedf3b4a06eeb8f5 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Tue, 23 Apr 2024 23:31:13 -0400 Subject: [PATCH] ci: register pr-title workflow --- .github/workflows/pr-title.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/pr-title.yml diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml new file mode 100644 index 0000000000..8ea61bce46 --- /dev/null +++ b/.github/workflows/pr-title.yml @@ -0,0 +1,11 @@ +name: pr-title + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Echo + run: echo "Register pr-title workflow"