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 cb15759 commit 077c586Copy full SHA for 077c586
.github/workflows/dependabot-labeler.yaml
@@ -1,5 +1,5 @@
1
# This workflow file adds the 'lgtm' and 'approved' labels to Dependabot PRs
2
-# This is done to ensure that the PRs that pass e2e are automatically merged/added to merge-queues by the CodeFlare bot
+# This is done to ensure that the PRs that pass e2e are automatically merged/added to merge-queues by the CodeFlare botss
3
name: Dependabot Labeler
4
5
on:
@@ -17,8 +17,10 @@ jobs:
17
issues: write
18
19
steps:
20
+ - name: Checkout code
21
+ uses: actions/checkout@v4
22
- name: Add approve and lgtm labels to Dependabot PR
23
run: |
24
gh pr edit ${{ github.event.pull_request.number }} --add-label "lgtm" --add-label "approved"
25
env:
- GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments