chore: Remove to_migrate directory as k8s was already migrated (#171) #129
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: release-please | |
on: | |
push: | |
branches: | |
- main | |
concurrency: | |
group: release-please-main | |
cancel-in-progress: true | |
jobs: | |
release-pr: | |
timeout-minutes: 30 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: google-github-actions/release-please-action@v3 | |
id: release | |
with: | |
command: manifest | |
token: ${{ secrets.GH_CQ_BOT }} | |
default-branch: main |