We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15901f8 commit d644f20Copy full SHA for d644f20
2 files changed
.github/workflows/pr_title_check.yml
.github/workflows/pull_request.yml
@@ -18,12 +18,6 @@ jobs:
18
secrets:
19
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
20
21
- pr_title_format_check:
22
- if: >-
23
- (github.event_name == 'pull_request' && github.event.pull_request.user.login != 'dependabot[bot]') ||
24
- (github.event_name == 'pull_request_target' && github.event.pull_request.user.login == 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository)
25
- uses: ./.github/workflows/pr_title_check.yml
26
-
27
regression_tests:
28
if: >-
29
(github.event_name == 'pull_request' && github.event.pull_request.user.login != 'dependabot[bot]') ||
0 commit comments