Skip to content

Commit

Permalink
[chore] opentelemetrybot to run make genotelcontribcol in deps PRs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Feb 6, 2024
1 parent 75f81c4 commit 949630d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tidy-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: Install Tools
if: steps.go-cache.outputs.cache-hit != 'true'
run: make install-tools
- name: go mod tidy
- name: go mod tidy, make genotelcontribcol and make genoteltestbed
run: |
make gotidy
make gotidy && make genotelcontribcol && make genoteltestbed
git config user.name opentelemetrybot
git config user.email 107717825+opentelemetrybot@users.noreply.github.com
echo "git diff --exit-code || (git add . && git commit -m \"go mod tidy\" && git push)"
git diff --exit-code || (git add . && git commit -m "go mod tidy" && git push)
echo "git diff --exit-code || (git add . && git commit -m \"go mod tidy, make genotelcontribcol and make genoteltestbed\" && git push)"
git diff --exit-code || (git add . && git commit -m "go mod tidy, make genotelcontribcol and make genoteltestbed" && git push)
env:
GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
- uses: actions-ecosystem/action-remove-labels@v1
Expand Down

0 comments on commit 949630d

Please sign in to comment.