Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mumrah committed Dec 11, 2024
1 parent 24e55a9 commit b554029
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workflow-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
with:
persist-credentials:
false
- name: Auto-approve PR Review
if: github.event.workflow_run.event == 'pull_request_review'
env:
RUN_ID: ${{ github.event.workflow_run.id }}
run: |
echo "PR_NUMBER=" >> "$GITHUB_ENV"
echo "RUN_ID=$RUN_ID" >> "$GITHUB_ENV"
- name: Check PR Labels
if: github.event.workflow_run.event == 'pull_request'
env:
Expand Down

0 comments on commit b554029

Please sign in to comment.