We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662fe44 commit cb1cbaaCopy full SHA for cb1cbaa
.github/workflows/assign-dependabot-pr-reviewers.yaml
@@ -10,13 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
if: github.actor == 'dependabot[bot]'
12
13
- permissions:
14
- pull-requests: write
15
-
16
steps:
17
- name: Assign ScalarDB team as reviewers for Dependabot PRs
18
env:
19
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.ASSIGN_PR_REVIEWERS_PAT }}
20
PR_NUMBER: ${{ github.event.pull_request.number }}
21
REPOSITORY: ${{ github.repository }}
22
run: gh pr edit $PR_NUMBER --repo $REPOSITORY --add-reviewer scalar-labs/scalardb
0 commit comments