Skip to content

Bump com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre8 to 12.8.2.jre8 in the dependencies group #170

Bump com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre8 to 12.8.2.jre8 in the dependencies group

Bump com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre8 to 12.8.2.jre8 in the dependencies group #170

name: Assign reviewer to dependabot PRs
# This action assigns the ScalarDB team as reviewers when Dependabot opens a pull request.
on:
pull_request:
types: [opened]
jobs:
assign-reviewer:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Assign ScalarDB team as reviewers for Dependabot PRs
env:
GH_TOKEN: ${{ secrets.ASSIGN_PR_REVIEWERS_PAT }}
PR_NUMBER: ${{ github.event.pull_request.number }}
REPOSITORY: ${{ github.repository }}
run: gh pr edit $PR_NUMBER --repo $REPOSITORY --add-reviewer scalar-labs/scalardb