Skip to content

Commit

Permalink
ci: autoapproval process
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 24, 2024
1 parent 4b7b24f commit 85e67ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/autoapprove.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ jobs:
run: |
TAG=${{ steps.release.outputs.tag_name }}
gh release upload ${{ steps.release.outputs.tag_name }} .out/$TAG/*
gh release edit ${{ steps.release.outputs.tag_name }} -t ${{ steps.release.outputs.tag_name }}
gh release edit ${{ steps.release.outputs.tag_name }} -t ${{ steps.release.outputs.tag_name }}
- name: Approve PR
uses: hmarr/auto-approve-action@v4
with:
pull-request-number: ${{ release.outputs.pr.number }}

0 comments on commit 85e67ed

Please sign in to comment.