You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Dependabot is annoying, but this makes it a bit less so.
22
-
auto-approve:
22
+
auto-approve-dependabot:
23
23
runs-on: ubuntu-latest
24
24
if: github.event_name == 'pull_request_target'
25
25
permissions:
@@ -33,7 +33,7 @@ jobs:
33
33
steps:
34
34
- name: cla
35
35
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
36
-
uses: contributor-assistant/github-action@v2.2.1
36
+
uses: contributor-assistant/github-action@v2.3.0
37
37
env:
38
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
39
# the below token should have repo scope and must be manually added by you in the repository's secret
0 commit comments