stamford-syntax-club / stamfordcenter-frontend

https://center.stamford.dev/
MIT License
0 stars 0 forks source link

configure GitOps job to use ${{ github.actor }} #51

Closed chinathaip closed 10 months ago

chinathaip commented 10 months ago

Pull Request Pipeline in Infra now uses the latest commit author as assignees

title: "[AUTOMATIC] - Deployment Request from ${{ github.event.head_commit.author.name }}"
assignee: ${{ github.event.head_commit.author.name }} 

${{ github.actor }} refers to the person who triggers the pipeline - username of whoever triggers the pipeline here will be used in the deployment pull request in infra

NayHtetKyaw commented 10 months ago

Pull Request Pipeline in Infra now uses the latest commit author as assignees

title: "[AUTOMATIC] - Deployment Request from ${{ github.event.head_commit.author.name }}"
assignee: ${{ github.event.head_commit.author.name }} 

${{ github.actor }} refers to the person who triggers the pipeline - username of whoever triggers the pipeline here will be used in the deployment pull request in infra

@chinathaip this seem legit to me even tho i don't understand much xD