Skip to content

Commit cb15759

Browse files
revert this
1 parent 5e81252 commit cb15759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot-labeler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
add-approve-lgtm-label:
11-
if: ${{ github.actor == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependabot') }}
11+
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependabot') }}
1212
runs-on: ubuntu-latest
1313

1414
# Permission required to edit a PR
@@ -21,4 +21,4 @@ jobs:
2121
run: |
2222
gh pr edit ${{ github.event.pull_request.number }} --add-label "lgtm" --add-label "approved"
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)