Skip to content

Commit 077c586

Browse files
dummy pr in fork - test labeler
1 parent cb15759 commit 077c586

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dependabot-labeler.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
2+
# This is done to ensure that the PRs that pass e2e are automatically merged/added to merge-queues by the CodeFlare botss
33
name: Dependabot Labeler
44

55
on:
@@ -17,8 +17,10 @@ jobs:
1717
issues: write
1818

1919
steps:
20+
- name: Checkout code
21+
uses: actions/checkout@v4
2022
- name: Add approve and lgtm labels to Dependabot PR
2123
run: |
2224
gh pr edit ${{ github.event.pull_request.number }} --add-label "lgtm" --add-label "approved"
2325
env:
24-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)