Skip to content

Commit

Permalink
feat: add kyma-goat-bot user to autoadd PRs to board (#1158)
Browse files Browse the repository at this point in the history
/kind feature
/area ci

Extend pull-add-bot-prs-to-project.yaml to add PRs from kyma-goat-bot user.
  • Loading branch information
Ressetkk authored Dec 2, 2024
1 parent 3557761 commit 9b61a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
add-dependabot-pr:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'kyma-goat-bot'
steps:
- name: Get project data
env:
Expand Down

0 comments on commit 9b61a1a

Please sign in to comment.