Skip to content

Commit

Permalink
feat: add bot's PR header
Browse files Browse the repository at this point in the history
  • Loading branch information
phucvinh57 committed May 20, 2023
1 parent a003e1a commit 062e6ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
- '.husky/**'
- '**.md'
- 'package.json'

env:
# Use docker.io for Docker Hub if empty
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
- '.husky/**'
- '**.md'
- 'package.json'
jobs:
test:
name: Test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
pull-request-header: "Bot (:robot:) requested to create a new release on ${{ github.ref_name }}"

0 comments on commit 062e6ec

Please sign in to comment.