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"