File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 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---
3130 - id : debug
3231 name : Print environment variables and event payload
333234- - 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 }}
42355245 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 👍🏾'
You can’t perform that action at this time.
0 commit comments