Skip to content

Commit

Permalink
Update auto-approve-broadbot-prs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samanehsan authored Nov 12, 2024
1 parent 10f5700 commit cc489f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/auto-approve-broadbot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ permissions:
pull-requests: write

jobs:
getActor:
runs-on: ubuntu-latest
steps:
- name: "Echo github actor"
env:
GH_ACTOR: ${{ github.actor }}
run: echo "$GH_ACTOR"
broadbot:
runs-on: ubuntu-latest
if: github.actor == 'broadbot'
Expand Down

0 comments on commit cc489f9

Please sign in to comment.