Skip to content

Commit d163f47

Browse files
Merge pull request #2 from bytebase/a-branch-1
update
2 parents b4d52aa + 2f5fc91 commit d163f47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bb-masking.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,16 @@ jobs:
114114
done
115115
116116
- name: Comment on PR
117-
if: github.event_name == 'pull_request'
118117
uses: actions/github-script@v7
119118
env:
120119
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
121120
with:
122121
script: |
123122
const changedFiles = process.env.CHANGED_FILES || '';
124123
let commentBody = `### Masking Policy Update Summary\n\n`;
124+
125+
// Add status of merge
126+
commentBody += `✅ **PR Status:** Merged\n\n`;
125127
126128
// Add changed files section
127129
commentBody += `📝 **Changed Files:**\n\n`;

0 commit comments

Comments
 (0)