Skip to content

Commit

Permalink
fix: make PR_LABELS in sync with workflow name (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Aug 7, 2024
1 parent 7c1782f commit 505a22e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
GH_PAT: ${{ secrets.GH_PAT }}
CONFIG_PATH: .github/${{ github.workflow }}.yml
PR_LABELS: ${{ github.workflow }}
ASSIGNEES: ${{ github.repository_owner }}
COMMIT_PREFIX: ${{ github.workflow }}${{':'}}
PR_BODY: check out [`${{ env.SHORT_SHA }}`](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) @${{ github.repository_owner }} :hatching_chick:.
Expand Down

0 comments on commit 505a22e

Please sign in to comment.