boot_copy_region uses boot_encrypt before boot_enc_init if a swap is continued #19
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: Issue assignment | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| move-to-todo: | |
| runs-on: ubuntu-latest | |
| if: github.repository == 'mcu-tools/mcuboot' | |
| steps: | |
| - uses: fojia/action-move-issues-to-column@master | |
| with: | |
| project: 'Issue Tracking' | |
| column: 'No Status' | |
| owner: 'mcu-tools' | |
| repo: 'mcuboot' | |
| type: 'repo' | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| marker: 'issue:todo' |