config_change_PR #36
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: config_change_PR | |
on: | |
workflow_dispatch: | |
jobs: | |
PR: | |
runs-on: 'arc-runner' | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Raise PR | |
uses: devops-infra/[email protected] | |
with: | |
github_token: ${{ secrets.ACCESS_TOKEN }} | |
source_branch: update/image-tag-script | |
target_branch: main | |
title: Update Blimp Script Image Tag | |
body: update blimp script image tag | |
reviewer: boddumanohar |