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 5e81252 commit cb15759Copy full SHA for cb15759
.github/workflows/dependabot-labeler.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
add-approve-lgtm-label:
11
- if: ${{ github.actor == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependabot') }}
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'dependabot') }}
12
runs-on: ubuntu-latest
13
14
# Permission required to edit a PR
@@ -21,4 +21,4 @@ jobs:
21
run: |
22
gh pr edit ${{ github.event.pull_request.number }} --add-label "lgtm" --add-label "approved"
23
env:
24
- GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
0 commit comments