Skip to content

Commit a9298c9

Browse files
Update Pull Request Checks to match the (opensearch-project#13688)
1 parent febe8c7 commit a9298c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
permissions:
88
pull-requests: write
99
contents: write
10-
if: ${{ github.actor == 'dependabot[bot]' }}
10+
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1111
steps:
1212
- name: GitHub App token
1313
id: github_app_token

.github/workflows/pull-request-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: peternied/check-pull-request-description-checklist@v1.1
21-
if: github.actor != 'dependabot[bot]'
21+
if: github.event.pull_request.user.login != 'dependabot[bot]'
2222
with:
2323
checklist-items: |
2424
New functionality includes testing.

0 commit comments

Comments
 (0)