Lock cilium-cli repo #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lock cilium-cli repo | |
on: | |
pull_request: {} | |
jobs: | |
lock: | |
name: Lock cilium-cli repo | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Lock | |
run: | | |
echo "cilium-cli repo is being merged to cilium/cilium repo." | |
echo "If you have questions, post a message in #development Cilium slack channel." | |
exit 1 |