chore(cd): update clouddriver-armory version to 2024.03.08.20.08.23.r… #576
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: Rebase Pull Requests | |
on: | |
push: | |
branches: | |
- master | |
- 'release-**.x' | |
paths: | |
- 'stack.yml' | |
jobs: | |
rebase: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Rebase Pull Requests Out Of Date | |
uses: linhbn123/rebase-pull-requests@v1.0.1 | |
with: | |
token: ${{ secrets.ASTROLABE_GITHUB_TOKEN }} |