Skip to content

fix install service method #97

fix install service method

fix install service method #97

Workflow file for this run

name: Assign Projects
on:
pull_request:
types: [opened, reopened]
jobs:
assign-projects:
if: ${{ github.event.pull_request.draft == false && !startsWith(github.event.pull_request, 'BUMP') && !startsWith(github.head_ref, 'release/') && github.event_name == 'pull_request'}}
name: Assign Projects
env:
repo: ${{ github.head_ref }}
project: "Parallels DevOps Service"
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Assign Project
env:
GH_TOKEN: ${{ secrets.PARALLELS_WORKFLOW_PAT }}
run: |
gh pr edit ${{ env.repo }} --add-project "${{ env.project }}"