Skip to content

Commit 05c552d

Browse files
committed
ci(workflows): [approve-pr] remove dependabot-metadata condition
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 0f066f8 commit 05c552d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/approve-pr.yml

-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# - https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions
1414
# - https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request
1515
# - https://github.com/actions/checkout
16-
# - https://github.com/dependabot/fetch-metadata
1716
# - https://github.com/hmarr/debug-action
1817

1918
---
@@ -31,12 +30,6 @@ jobs:
3130
- id: debug
3231
name: Print environment variables and event payload
3332
uses: hmarr/[email protected]
34-
- id: dependabot-metadata
35-
name: Fetch dependabot metadata
36-
if: github.actor == 'dependabot[bot]'
37-
uses: dependabot/[email protected]
38-
with:
39-
skip-commit-verification: true
4033
- id: checkout
4134
name: Checkout ${{ github.head_ref }}
4235
uses: actions/[email protected]
@@ -52,5 +45,4 @@ jobs:
5245
if: |
5346
contains(steps.requested-reviewers.outputs.result, 'flexdevelopment')
5447
&& (github.actor == 'dependabot[bot]' || github.actor == 'unicornware')
55-
&& steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
5648
run: gh pr review ${{ github.event.number }} --approve --body 'lgtm 👍🏾'

0 commit comments

Comments
 (0)