Skip to content

chore(deps): update konflux references #119

chore(deps): update konflux references

chore(deps): update konflux references #119

name: Freeze window
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
helloWorld:
runs-on: ubuntu-latest
steps:
- name: Blocking PRs
run: |
echo "We are in a freeze-window, this PR should not be merged."
echo "If you believe we are not, please contact the maintainers "
echo "and ask to disable this workflow."
exit 1