diff --git a/.github/workflows/bump-java-version.yml b/.github/workflows/bump-java-version.yml new file mode 100644 index 0000000000..ac66267e44 --- /dev/null +++ b/.github/workflows/bump-java-version.yml @@ -0,0 +1,19 @@ +name: Stub GH action for devoping new workflows [STUB] +on: + workflow_dispatch: + pull_request: + types: [opened, synchronize, reopened] + +permissions: + pull-requests: write + contents: write + +jobs: + stub_job_name: + name: Stub Job + runs-on: ubuntu-latest + steps: + - name: Stub step + run: | + echo "Stub to iterate via PR" + \ No newline at end of file