fix: fix the run-migration action to check container connectivity (#568) #5
This file contains hidden or 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: TODO Scan After PR Merge | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| todo-to-issue: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 | |
| with: | |
| fetch-depth: 0 | |
| - name: TODOs to Issues | |
| uses: alstr/todo-to-issue-action@c45b007d85c8edf3365b139a9d4c65793e7c674f # v5 | |
| with: | |
| IGNORE: "lib/charms/(?!kratos/).*" |