Ignore dependabot PRs

This commit is contained in:
Nick Alteen
2023-12-08 10:54:56 -05:00
parent e7128093a1
commit 9028dac29c
+3 -3
View File
@@ -28,9 +28,9 @@ jobs:
# Ignore Dependabot pull requests.
if: |
(github.event_name == 'workflow_dispatch' ||
github.event.pull_request.merged == true) &&
github.actor != 'dependabot[bot]'
github.event_name == 'workflow_dispatch' ||
(github.event.pull_request.merged == true &&
github.event.pull_request.user.login != 'dependabot[bot]')
outputs:
# Semantic version to use for tagging container images.