Skip to content

Commit

Permalink
Customize the comment and add a label to distinguish between iOS and …
Browse files Browse the repository at this point in the history
…Typescript changes
  • Loading branch information
frett committed Oct 16, 2024
1 parent e2b847e commit e521f2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ios-headers-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ jobs:
with:
base: "${{ github.workspace }}/diff/base"
head: "${{ github.workspace }}/diff/head"
label: ios-framework-headers-changed
comment-header: |
## iOS Framework headers
comment-body-no-diff: No changes
4 changes: 4 additions & 0 deletions .github/workflows/typescript-headers-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ jobs:
with:
base: "${{ github.workspace }}/diff/base"
head: "${{ github.workspace }}/diff/head"
label: typescript-headers-changed
comment-header: |
## Typescript headers
comment-body-no-diff: No changes

0 comments on commit e521f2a

Please sign in to comment.