We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d9b4d commit 03fe71dCopy full SHA for 03fe71d
1 file changed
.github/workflows/move-dependabot-pr-to-review.yaml
@@ -19,6 +19,8 @@ jobs:
19
PR_NUMBER: ${{ github.event.pull_request.number}}
20
runs-on: ubuntu-22.04
21
steps:
22
+ - uses: actions/checkout@v4
23
+
24
- name: Add dependabot PR to column To Review
25
run: |
26
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
0 commit comments