Skip to content

Commit

Permalink
Gopher bot
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Oct 1, 2024
1 parent 858846e commit a664222
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
run: |
echo "Draft PRs are not checked"
exit 1
- name: Check if author is kyma-gopher-bot
if: ${{ github.event.pull_request.user.login == 'kyma-gopher-bot' }}
run: |
echo "PRs from kyma-gopher-bot are automatically green"
exit 0
- uses: wechuli/allcheckspassed@2e5e8bbc775f5680ed5d02e3a22e2fc7219792ac
with:
delay: '1'
Expand Down

0 comments on commit a664222

Please sign in to comment.