Skip to content

Commit

Permalink
chore: Workflow triggered by dependabot won't comment in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyiLin committed Jun 20, 2024
1 parent 1b3913c commit 993d8da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
${CMD} docker version
${CMD} aws --version
- name: Comment
if: ${{ github.actor != 'dependabot[bot]' }}
uses: peter-evans/commit-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

2 comments on commit 993d8da

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pipeline has passed. 🎉

  • context: v1
  • version: 1.33.12

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pipeline has passed. 🎉

  • context: v2
  • version: 2.16.12

Please sign in to comment.