Skip to content

Commit

Permalink
Merge pull request #255 from ZettaScaleLabs/add-annotation-to-sync-lock
Browse files Browse the repository at this point in the history
fix: update sync lock workflow to add url to PR
  • Loading branch information
gabrik authored Jan 16, 2025
2 parents 7fdd9c2 + 30db6ee commit 17908ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,8 @@ jobs:
--auto
env:
GH_TOKEN: ${{ secrets.BOT_TOKEN_WORKFLOW }}

- name: Add the PR as annotation to workflow run
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
run: >
echo "::notice:: Created PR: https://github.com/${{ matrix.depedant }}/pull/${{ steps.cpr.outputs.pull-request-number }}"

0 comments on commit 17908ef

Please sign in to comment.