Move from gcr to ghcr for the router and examples #1712
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
# Perform "exit 1" if PR title starts with "WIP" to block accidental merges | |
name: Check "WIP" in PR Title | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, edited] | |
jobs: | |
wip: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check WIP in PR Title | |
uses: embano1/wip@c25450f77ed02c20d00b76ee3b33ff43838739a2 # v2 |