Skip to content

Commit

Permalink
Merged PR #1280 into dependabot-test-08-29-2023-21-33
Browse files Browse the repository at this point in the history
  • Loading branch information
Dependabot Merger Bot committed Aug 29, 2023
2 parents b1edfdd + b3e8b05 commit eeebd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automation-trigger-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Setup Node.js environment
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.8.1
- name: Build with Maven
id: build_maven
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Get list of PRs from dependabot
id: pr_list
run: |
PR_LIST=$(gh pr list --json number,author,headRefName --jq '.[] | select( .author.is_bot == true and .author.login == "app/dependabot" ) | "\(.number) \(.headRefName)"')
PR_LIST=$(gh pr list --json number,headRefName --jq '.[] | "\(.number) \(.headRefName)"' | grep dependabot)
PR_LIST=$(echo "$PR_LIST" | tr -d '\r')
if [ -z "$PR_LIST" ]; then
echo "No PRs from dependabot found."
Expand Down

0 comments on commit eeebd54

Please sign in to comment.