We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d121456 commit 27331dfCopy full SHA for 27331df
.github/workflows/global-checks.yml
@@ -18,10 +18,6 @@ jobs:
18
- name: Load python requirements.
19
run: |
20
pip install strictyaml
21
- - name: Emit some text via gh cli.
22
- run: |
23
- echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
24
- gh pr comment ${{ github.event.pull_request.number }} --body "This is a test message from GitHub Actions."
25
- name: Check that there is a CODEOWNERS file
26
27
echo "Check whether the repo has a codeowners file"
0 commit comments