Skip to content

Commit

Permalink
ci: add PR author as reviewer for release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Nov 12, 2024
1 parent 4946f94 commit 699c2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snap-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ jobs:
title: "chore: bump source-commit for ${{ steps.bump-deps.outputs.snap_name }}"
body: |
Updates the `source-commit` for `${{ steps.bump-deps.outputs.part_name }}` in the snapcraft.yaml from ${{ steps.bump-deps.outputs.old_hash }} to ${{ github.sha }} ([diff](${{ github.event.pull_request.base.repo.html_url }}/compare/${{ steps.bump-deps.outputs.old_hash }}...${{ github.sha }}))
reviewers: ${{ github.event.sender.login }}

0 comments on commit 699c2c4

Please sign in to comment.