We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c0b1f commit 6e134daCopy full SHA for 6e134da
.github/workflows/global-checks.yml
@@ -32,10 +32,6 @@ jobs:
32
git log --format='%ae' ${{github.event.pull_request.base.sha}}..${{github.event.pull_request.head.sha}} > .global-checks-tooling/committers.txt
33
echo "Check whether the committer emails are @devrev.ai"
34
python .global-checks-tooling/checks/check_commit_emails.py
35
- - name: Check that the repo.yml
36
- run: |
37
- echo "Check whether the repo.yaml file is present"
38
- python .global-checks-tooling/checks/check_repo_yml.py
39
- name: Run trufflehog
40
run: |
41
BASE=${{github.event.pull_request.base.sha}}
0 commit comments